Skip to content

Commit

Permalink
disable db
Browse files Browse the repository at this point in the history
  • Loading branch information
tchvan committed May 12, 2020
1 parent 155c89c commit 6a58768
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
# dist: precise
add_ons:
mariadb: '10.0'
# add_ons:
# mariadb: '10.0'
node_js:
- stable
install:
Expand All @@ -10,8 +10,8 @@ install:
script:
- npm run cover

before_script:
- sudo mysql -e 'create database testing;'
# before_script:
# - sudo mysql -e 'create database testing;'

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit 6a58768

Please sign in to comment.