Ed Morley 2017-10-15 16:11:25 +02:00 коммит произвёл GitHub
Родитель c2f5440ec9
Коммит 4269267131
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -54,7 +54,7 @@ matrix:
# Job 3: Nodejs UI tests
- env: ui-tests
language: node_js
node_js: "8.6.0"
node_js: "8.7.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.19.0/geckodriver-v0.19.0-linux64.tar.gz | tar -zxC $HOME/bin
- nvm install 8.6.0
- nvm install 8.7.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.6.0"
"node": "8.7.0"
},
"dependencies": {
"ajv": "^5.2.2",