Skip to content

Commit 12514fc

Browse files
committed
Remove Node language
1 parent c60d2c1 commit 12514fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Install GCC 4.8 for C++11 support.
1+
env:
2+
matrix:
3+
- export NODE_VERSION="0.10"
4+
- export NODE_VERSION="0.11"
25
before_install:
36
- git clone https://github.com/creationix/nvm.git ./.nvm
47
- source ./.nvm/nvm.sh
@@ -17,10 +20,6 @@ before_script:
1720
- chmod 600 ~/.ssh/id_rsa*
1821
- eval `ssh-agent -s`
1922
- ssh-add ~/.ssh/id_rsa
20-
language: node_js
21-
node_js:
22-
- "0.10"
23-
- 0.11
2423
git:
2524
depth: 1
2625
branches:

0 commit comments

Comments
 (0)