Skip to content

Commit f0460be

Browse files
committed
Update appveyor.yml
1 parent 1e89206 commit f0460be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ clone_depth: 10
99

1010
environment:
1111
matrix:
12-
- nodejs_version: 4
13-
- nodejs_version: 5
12+
- nodejs_version: 5.0.0
1413
# Install scripts. (runs after repo cloning)
1514
install:
1615
# Get the latest stable version of Node.js or io.js
1716
- ps: Install-Product node $env:nodejs_version
17+
- npm cache clean
18+
- npm install -g gulpjs/gulp#4.0
1819
# install modules
1920
- npm install
2021

0 commit comments

Comments
 (0)