Skip to content

Commit 486fbe2

Browse files
committed
change tested versions
1 parent e44f641 commit 486fbe2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- 4.0
5-
- 4.2
6-
- 5
4+
- 4
75
- 6
6+
- 8
7+
- latest
88

99
notifications:
1010
email:
@@ -21,6 +21,8 @@ os:
2121
- linux
2222

2323
matrix:
24+
allow_failures:
25+
- node_js: latest
2426
fast_finish: true
2527

2628
sudo: false
@@ -41,4 +43,4 @@ before_install:
4143
- export CXX=g++-4.8; export CC=gcc-4.8;
4244

4345
before_script:
44-
- cp test/db.config.ci test/db.config.json
46+
- cp test/db.config.ci test/db.config.json

0 commit comments

Comments
 (0)