mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Tidy up the command Travis uses to execute tests
This commit is contained in:
parent
9469bacc2f
commit
a4388f0bd6
1 changed files with 4 additions and 1 deletions
|
@ -14,8 +14,11 @@ before_install:
|
||||||
- "cp config/site.yml.tmpl config/site.yml"
|
- "cp config/site.yml.tmpl config/site.yml"
|
||||||
- "cp config/database.yml.tmpl config/database.yml"
|
- "cp config/database.yml.tmpl config/database.yml"
|
||||||
|
|
||||||
script: "CODECLIMATE_REPO_TOKEN=5c52fdd2bbcd0734d56ddb2c3cbaac782da345273e8689d25f54a065ccc3397c bin/rake ci RACK_ENV=test"
|
script: "bin/rake ci"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
code_climate:
|
||||||
|
repo_token: 5c52fdd2bbcd0734d56ddb2c3cbaac782da345273e8689d25f54a065ccc3397c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue