Skip to content

Commit

Permalink
elia/fix-opal-url: [snapshot]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Oct 8, 2018
1 parent 6f0a592 commit 0dc111b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,11 +1,14 @@
language: ruby

sudo: required
# sudo: required
sudo: false
dist: trusty
addons:
chrome: stable

before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 about:blank &
# - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 about:blank &
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

cache:
bundler: true
Expand Down

0 comments on commit 0dc111b

Please sign in to comment.