зеркало из https://github.com/mozilla/treeherder.git
Bug 1364010 - Update to nodejs 7.10.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md#7.10.0
This commit is contained in:
Родитель
1dc398786a
Коммит
7aeee8383d
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче