readded after_success call

This commit is contained in:
Joerg Reichert 2016-03-05 21:54:04 +01:00
parent a247ccc70a
commit 53977a6d7c
2 changed files with 4 additions and 0 deletions

1
.coveralls.yml Normal file
View file

@ -0,0 +1 @@
service_name: travis-ci

View file

@ -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