We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac5039 commit 2f146a1Copy full SHA for 2f146a1
.travis.yml
@@ -1,7 +1,6 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - 0.11
5
-before_install:
6
- - git config --global user.email "[email protected]"
7
- - git config --global user.name "Your Name"
+ - "iojs"
+ - "0.10"
+ - "0.12"
0 commit comments