Skip to content

Commit 10f84f8

Browse files
authored
Merge pull request db-migrate#596 from DanielRuf/ci/test-nodejs-6-8-10-11
ci: test Node.js 6, 8, 10 and 11
2 parents 3c9a175 + 801165d commit 10f84f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

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

33
node_js:
4-
- 4
54
- 6
65
- 8
6+
- 10
77
- node
88

99
notifications:
@@ -42,5 +42,7 @@ addons:
4242
before_install:
4343
- export CXX=g++-4.8; export CC=gcc-4.8;
4444

45+
install: npm install
46+
4547
before_script:
4648
- cp test/db.config.ci test/db.config.json

0 commit comments

Comments
 (0)