Skip to content

Commit

Permalink
Added mysql service to Travis configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
waj committed Sep 19, 2019
1 parent bc30c4b commit e9d572d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
services:
- mysql
cache: bundler
bundler_args: --jobs=8 --without development production
before_script:
Expand All @@ -10,6 +12,6 @@ script:
deploy:
skip_cleanup: true
provider: script
script: "./travis-build.sh"
script: './travis-build.sh'
on:
all_branches: true

0 comments on commit e9d572d

Please sign in to comment.