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 # Job 3: Nodejs UI tests
- env: ui-tests - env: ui-tests
language: node_js language: node_js
node_js: "8.6.0" node_js: "8.7.0"
cache: cache:
# Note: This won't re-use the same cache as the linters job, # Note: This won't re-use the same cache as the linters job,
# since caches are tied to the language/version combination. # 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 - if [[ ! -f ~/venv/bin/activate ]]; then virtualenv -p python ~/venv; fi
- source ~/venv/bin/activate - 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 - 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: install:
- pip install --disable-pip-version-check --require-hashes -r requirements/common.txt -r requirements/dev.txt - pip install --disable-pip-version-check --require-hashes -r requirements/common.txt -r requirements/dev.txt
- yarn install --frozen-lockfile --no-bin-links - yarn install --frozen-lockfile --no-bin-links

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

@ -7,7 +7,7 @@
}, },
"license": "MPL-2.0", "license": "MPL-2.0",
"engines": { "engines": {
"node": "8.6.0" "node": "8.7.0"
}, },
"dependencies": { "dependencies": {
"ajv": "^5.2.2", "ajv": "^5.2.2",