We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f755c commit 9816639Copy full SHA for 9816639
.travis.yml
@@ -12,4 +12,6 @@ env:
12
- DB_PASSWORD=
13
- DB_DATABASE=koa_vue_notes_testing
14
before_script:
15
- - mysql -u root -e 'CREATE DATABASE koa_vue_notes_testing;'
+ - mysql -u root -e 'CREATE DATABASE koa_vue_notes_testing;'
16
+services:
17
+ - mysql
0 commit comments