diff --git a/.travis.yml b/.travis.yml index 8061e21b1..43afdf594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,11 @@ cache: before_install: - npm config set spin false - npm install -g yarn - - npm install phantomjs-prebuilt - - node_modules/phantomjs-prebuilt/bin/phantomjs --version install: - yarn + - npm install phantomjs-prebuilt + - node_modules/phantomjs-prebuilt/bin/phantomjs --version script: - npm run test:ci