Skip to content

Commit e2a13ff

Browse files
committed
Update Travis integration script
1 parent cb83c21 commit e2a13ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
2+
before_install: npm install -g npm@latest
23
node_js:
34
- 4.0
5+
- 5.0
6+
- 6.0
47
install:
8+
- npm install bool.js
59
- npm install
6-
- npm install bool.js@latest

0 commit comments

Comments
 (0)