We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663c140 commit b0556b7Copy full SHA for b0556b7
.travis.yml
@@ -3,5 +3,9 @@ sudo: false
3
node_js:
4
- "0.12"
5
- 4
6
+ - 6
7
+before_script:
8
+ - npm install -g npm-install-peers
9
+ - npm-install-peers
10
after_success:
11
- npm run coveralls
0 commit comments