We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60d2c1 commit 12514fcCopy full SHA for 12514fc
.travis.yml
@@ -1,4 +1,7 @@
1
-# Install GCC 4.8 for C++11 support.
+env:
2
+ matrix:
3
+ - export NODE_VERSION="0.10"
4
+ - export NODE_VERSION="0.11"
5
before_install:
6
- git clone https://github.com/creationix/nvm.git ./.nvm
7
- source ./.nvm/nvm.sh
@@ -17,10 +20,6 @@ before_script:
17
20
- chmod 600 ~/.ssh/id_rsa*
18
21
- eval `ssh-agent -s`
19
22
- ssh-add ~/.ssh/id_rsa
-language: node_js
-node_js:
- - "0.10"
23
- - 0.11
24
git:
25
depth: 1
26
branches:
0 commit comments