aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-19 11:01:52 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-19 11:01:52 -0500
commit4dcf12a340f82fb01453ef3b7aca6df756bdaa65 (patch)
tree5bae45481d1598e8b8704cf319808b7e0f295237 /.travis.yml
parentb7bf70982395ee5fd2e89064f87f268eeddb9d6d (diff)
downloadrails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.tar.gz
rails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.tar.bz2
rails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.zip
PhantomJS is abandoned, replace it with Selenium/Chrome headless
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 19164129c5..851365acbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ services:
addons:
postgresql: "9.6"
+ chrome: stable
apt:
sources:
- sourceline: "ppa:mc3man/trusty-media"
@@ -34,7 +35,6 @@ before_install:
- "[[ $GEM != 'av:ujs' ]] || nvm install node"
- "[[ $GEM != 'av:ujs' ]] || node --version"
- "[[ $GEM != 'av:ujs' ]] || (cd actionview && npm install)"
- - "[[ $GEM != 'av:ujs' ]] || [[ $(phantomjs --version) > '2' ]] || npm install -g phantomjs-prebuilt"
before_script:
# Set Sauce Labs username and access key. Obfuscated, purposefully not encrypted.