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 877400a commit 6e6f713Copy full SHA for 6e6f713
.travis.yml
@@ -1,14 +1,17 @@
1
sudo: false
2
+os:
3
+ - linux
4
+ - osx
5
language: node_js
6
node_js:
- - "6"
- - "5"
- - "4"
7
- - "0.12"
8
- - "0.10"
+ - node
+ - '0.10'
9
matrix:
10
fast_finish: true
11
allow_failures:
12
- - node_js: "4"
13
- - node_js: "0.10"
14
- - node_js: "0.12"
+ - node_js: '8'
+ - node_js: '7'
+ - node_js: '6'
15
+ - node_js: '5'
16
+ - node_js: '4'
17
+ - node_js: '0.12'
0 commit comments