Commit 33eb3f78dbb51d3111c556e1d5d4acee9720c429

Authored by Braulio Bhavamitra
1 parent 549bf1dc

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 19 - libsqlite3-dev
20 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 22 before_script:
30 23 - mkdir -p tmp/pids log
31 24 - bundle check || bundle install
... ...