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 50b1983 commit 64b00bcCopy full SHA for 64b00bc
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js:
3
+ - "0.10"
4
- "0.8"
5
before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq php5-cli
8
+ - npm install -g npm@1.4
9
script: make test
0 commit comments