mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 00:16:15 +01:00
On Travis, restrict Cucumber tests to MySQL builds
This commit is contained in:
parent
fe359cf52e
commit
a6f9be2d84
2 changed files with 28 additions and 11 deletions
|
|
@ -21,7 +21,7 @@ before_script:
|
|||
- "sh -e /etc/init.d/xvfb start"
|
||||
- "cp config/site.yml.tmpl config/site.yml"
|
||||
|
||||
script: "bin/rake ci"
|
||||
script: "if [[ $DATABASE_URL == mysql* ]]; then bundle exec rake ci:full; else bundle exec rake ci:lite; fi"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue