Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Aug 9, 2019
1 parent b652b78 commit 891c9ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ rvm:
sudo: required
addons:
chrome: stable
before_install:
- # start your web application and listen on `localhost`
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
script:
- 'bundle exec rspec'
- 'bundle exec rubocop -S'
Expand Down

0 comments on commit 891c9ed

Please sign in to comment.