We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb83c21 commit e2a13ffCopy full SHA for e2a13ff
1 file changed
.travis.yml
@@ -1,6 +1,9 @@
1
language: node_js
2
+before_install: npm install -g npm@latest
3
node_js:
4
- 4.0
5
+ - 5.0
6
+ - 6.0
7
install:
8
+ - npm install bool.js
9
- npm install
- - npm install bool.js@latest
0 commit comments