Skip to content

Commit 7c01f39

Browse files
DanielRufevenstensberg
authored andcommitted
chore(travis): move npm ci to install task (#424)
* chore(travis): move npm ci to install task * chore: trigger new build * chore: upgrade Node.js for Appveyor to 8 * chore: remove redundanct npm install command
1 parent aefa520 commit 7c01f39

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "{build}"
55
environment:
66
fast_finish: true
77
matrix:
8-
- nodejs_version: "6"
8+
- nodejs_version: "8"
99
platform: x86
1010

1111
build: off

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ before_install:
4343
- DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/git_deploy_key </dev/null
4444

4545
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
46-
- npm install -g greenkeeper-lockfile@1
46+
47+
install:
4748
- npm ci
4849
- npm install -g codecov
4950
- npm install -g eslint
51+
- npm install -g greenkeeper-lockfile@1
5052

5153
before_script: greenkeeper-lockfile-update
5254
after_script: greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)