Skip to content

Commit

Permalink
Update dependencies. Add explicit MySQL service
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 24, 2019
1 parent 3748be1 commit 8800798
Show file tree
Hide file tree
Showing 3 changed files with 1,609 additions and 2,306 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,11 +1,10 @@
# .travis.yml
language: node_js

node_js:
- '6'
- '8'
- '10'
- '11'
- '12'

before_script:
- psql -c "create database objection_find_test;" -U postgres
Expand All @@ -17,5 +16,8 @@ after_script:
notifications:
email: false

services:
- mysql

addons:
postgresql: '9.6'

0 comments on commit 8800798

Please sign in to comment.