Skip to content

Commit 392ba21

Browse files
author
hirsch88
committed
update travis config
1 parent 9f9cd15 commit 392ba21

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: node_js
22
node_js:
3-
- "8.2.1"
3+
- "8.9.4"
44
install:
5-
- yarn install
5+
- yarn install
6+
env:
7+
- DB_TYPE="sqlite"
8+
- DB_DATABASE="./mydb.sql"
9+
- DB_LOGGING=false
610
scripts:
7-
- npm test
8-
- npm start test.integration
9-
- npm start test.e2e
10-
- npm start build
11+
- npm test
12+
- npm start test.integration
13+
- npm start test.e2e
14+
- npm start build
1115
notifications:
12-
email: false
16+
email: false

0 commit comments

Comments
 (0)