We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44f641 commit 486fbe2Copy full SHA for 486fbe2
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
3
node_js:
4
- - 4.0
5
- - 4.2
6
- - 5
+ - 4
7
- 6
+ - 8
+ - latest
8
9
notifications:
10
email:
@@ -21,6 +21,8 @@ os:
21
- linux
22
23
matrix:
24
+ allow_failures:
25
+ - node_js: latest
26
fast_finish: true
27
28
sudo: false
@@ -41,4 +43,4 @@ before_install:
41
43
- export CXX=g++-4.8; export CC=gcc-4.8;
42
44
45
before_script:
- - cp test/db.config.ci test/db.config.json
46
+ - cp test/db.config.ci test/db.config.json
0 commit comments