Skip to content

Commit 6e6f713

Browse files
committed
run update
1 parent 877400a commit 6e6f713

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.travis.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
sudo: false
2+
os:
3+
- linux
4+
- osx
25
language: node_js
36
node_js:
4-
- "6"
5-
- "5"
6-
- "4"
7-
- "0.12"
8-
- "0.10"
7+
- node
8+
- '0.10'
99
matrix:
1010
fast_finish: true
1111
allow_failures:
12-
- node_js: "4"
13-
- node_js: "0.10"
14-
- node_js: "0.12"
12+
- node_js: '8'
13+
- node_js: '7'
14+
- node_js: '6'
15+
- node_js: '5'
16+
- node_js: '4'
17+
- node_js: '0.12'

0 commit comments

Comments
 (0)