Add chrome to travis config

This commit is contained in:
Petko Bordjukov 2019-01-08 20:30:20 +02:00
parent 26d6c868b5
commit d56c489f16
1 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,10 @@ rvm:
script:
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
sudo: false
addons:
chrome: stable
apt:
packages:
- chromium-chromedriver
before_script:
- ln -s /usr/lib/chromium-browser/chromedriver ~/bin/chromedriver