Skip to content

Commit 845e5d9

Browse files
testing
1 parent 9816639 commit 845e5d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ install:
77
script:
88
- npm test
99
env:
10-
- DV_HOST=127.0.0.1
10+
- DB_HOST=127.0.0.1
11+
- DB_PORT=
1112
- DB_USER=root
1213
- DB_PASSWORD=
1314
- DB_DATABASE=koa_vue_notes_testing
1415
before_script:
1516
- mysql -u root -e 'CREATE DATABASE koa_vue_notes_testing;'
1617
services:
17-
- mysql
18+
- mysql
19+
notifications:
20+
email:
21+
on_success: never
22+
on_failure: never

0 commit comments

Comments
 (0)