Ed Morley 2017-09-13 14:24:57 +01:00
Родитель bde8e20f1f
Коммит e0fd996131
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -54,7 +54,7 @@ matrix:
# Job 3: Nodejs UI tests
- env: ui-tests
language: node_js
node_js: "8.4.0"
node_js: "8.5.0"
cache:
# Note: This won't re-use the same cache as the linters job,
# since caches are tied to the language/version combination.
@ -210,7 +210,7 @@ matrix:
- if [[ ! -f ~/venv/bin/activate ]]; then virtualenv -p python ~/venv; fi
- source ~/venv/bin/activate
- curl -sSfL https://github.com/mozilla/geckodriver/releases/download/v0.17.0/geckodriver-v0.17.0-linux64.tar.gz | tar -zxC $HOME/bin
- nvm install 8.4.0
- nvm install 8.5.0
install:
- pip install --disable-pip-version-check --require-hashes -r requirements/common.txt -r requirements/dev.txt
- yarn install --frozen-lockfile --no-bin-links

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

@ -7,7 +7,7 @@
},
"license": "MPL-2.0",
"engines": {
"node": "8.4.0"
"node": "8.5.0"
},
"dependencies": {
"angular": "1.5.11",