Skip to content

Commit cbbef9b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ install:
55
- yarn install
66
env:
77
- DB_TYPE="sqlite" DB_DATABASE="./mydb.sql" DB_LOGGING=false
8-
scripts:
9-
- npm start build
8+
script:
109
- npm start test
1110
- npm start test.integration
1211
- npm start test.e2e
12+
- npm start build
1313
notifications:
1414
email: false

0 commit comments

Comments
 (0)