Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 6a0c3fe

Browse files
chore(build): update node and npm on travis
Use [email protected] and npm@3
1 parent 92bc63a commit 6a0c3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ branches:
99
notifications:
1010
email: false
1111
node_js:
12-
- iojs
12+
- 4.2
1313
before_install:
14-
- npm i -g npm@^2.0.0
14+
- npm i -g npm@^3.0.0
1515
- "export DISPLAY=:99.0"
1616
- "sh -e /etc/init.d/xvfb start"
1717
before_script:

0 commit comments

Comments
 (0)