Ed Morley 2017-05-11 10:36:34 +01:00
Родитель 1dc398786a
Коммит 7aeee8383d
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -36,7 +36,7 @@ matrix:
- env: ui-tests
sudo: false
language: node_js
node_js: "7.9.0"
node_js: "7.10.0"
cache:
# Note: This won't re-use the same cache as the linters job,
# since caches are tied to the language/version combination.
@ -177,7 +177,7 @@ matrix:
- mkdir -p $HOME/bin
- wget https://github.com/mozilla/geckodriver/releases/download/v0.14.0/geckodriver-v0.14.0-linux64.tar.gz
- tar -xzf geckodriver-v0.14.0-linux64.tar.gz -C $HOME/bin
- nvm install 7.9.0
- nvm install 7.10.0
# Required until Travis makes yarn available in the base image,
# since it only installs it for `language: nodejs` currently.
- curl -sSfL https://yarnpkg.com/install.sh | bash

Просмотреть файл

@ -7,7 +7,7 @@
},
"license": "MPL-2.0",
"engines": {
"node": "7.9.0"
"node": "7.10.0"
},
"dependencies": {
"angular": "1.5.8",