mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
readded after_success call
This commit is contained in:
parent
a247ccc70a
commit
53977a6d7c
2 changed files with 4 additions and 0 deletions
1
.coveralls.yml
Normal file
1
.coveralls.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
service_name: travis-ci
|
|
@ -4,6 +4,9 @@ language: ruby
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- CI=true TRAVIS=true coveralls --verbose
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker-compose run web rake db:setup
|
- docker-compose run web rake db:setup
|
||||||
|
|
Loading…
Reference in a new issue