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

@ -5,6 +5,9 @@ language: ruby
services:
- docker
after_success:
- CI=true TRAVIS=true coveralls --verbose
script:
- docker-compose run web rake db:setup
- docker-compose run web rspec