Commit 33eb3f78dbb51d3111c556e1d5d4acee9720c429
1 parent
549bf1dc
Exists in
master
and in
29 other branches
travis: remove workaround and fix selenium concurrent run
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
.travis.yml
@@ -19,13 +19,6 @@ addons: | @@ -19,13 +19,6 @@ addons: | ||
19 | - libsqlite3-dev | 19 | - libsqlite3-dev |
20 | - libxslt1-dev | 20 | - libxslt1-dev |
21 | 21 | ||
22 | -before_install: | ||
23 | -# FIXME: workaround while https://github.com/travis-ci/travis-ci/issues/4210 is open | ||
24 | - - rm config/initializers/default_icon_theme.rb | ||
25 | -# selenium support | ||
26 | - - export DISPLAY=:99.0 | ||
27 | - - sh -e /etc/init.d/xvfb start | ||
28 | - | ||
29 | before_script: | 22 | before_script: |
30 | - mkdir -p tmp/pids log | 23 | - mkdir -p tmp/pids log |
31 | - bundle check || bundle install | 24 | - bundle check || bundle install |