Skip to content

Commit b0fae56

Browse files
author
hirsch88
committed
update travis config
1 parent b53bff4 commit b0fae56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ node_js:
44
install:
55
- yarn install
66
env:
7-
- DB_TYPE="sqlite"
8-
- DB_DATABASE="./mydb.sql"
9-
- DB_LOGGING=false
7+
- DB_TYPE="sqlite" DB_DATABASE="./mydb.sql" DB_LOGGING=false
108
scripts:
11-
- npm test
9+
- npm start build
10+
- npm start test
1211
- npm start test.integration
1312
- npm start test.e2e
14-
- npm start build
1513
notifications:
1614
email: false

0 commit comments

Comments
 (0)