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 9be4c47 commit fe9b845Copy full SHA for fe9b845
.travis.yml
@@ -3,6 +3,11 @@ env:
3
- export NODE_VERSION="0.10"
4
- export NODE_VERSION="0.12"
5
- export NODE_VERSION="iojs"
6
+matrix:
7
+ fast_finish: true
8
+ allow_failures:
9
+ - env: NODE_VERSION="0.10"
10
+ - env: NODE_VERSION="iojs"
11
before_install:
12
- git clone https://github.com/creationix/nvm.git ./.nvm
13
- source ./.nvm/nvm.sh
0 commit comments