Skip to content

Commit f820c13

Browse files
committed
update build config
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent fdf2359 commit f820c13

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

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

33
node_js:
4-
- 4
5-
- 5
6-
- 6
4+
- 8
5+
- 10
6+
- node
77

88
notifications:
99
email:
@@ -19,7 +19,6 @@ notifications:
1919
os:
2020
- linux
2121

22-
2322
services:
2423
- mongodb
2524

@@ -44,5 +43,5 @@ before_install:
4443
- export CXX=g++-4.8; export CC=gcc-4.8;
4544

4645
before_script:
47-
- until nc -z localhost 27017 ; do echo Waiting for MongoDB; sleep 1; done
48-
- cp test/db.config.ci test/db.config.json
46+
- until nc -z localhost 27017 ; do echo Waiting for MongoDB; sleep 1; done
47+
- cp test/db.config.ci test/db.config.json

0 commit comments

Comments
 (0)