Fixed travis file

This commit is contained in:
Filippo Cucchetto 2016-06-05 22:45:36 +02:00
parent c5e8a36ac3
commit 7933c9e777
1 changed files with 1 additions and 6 deletions

View File

@ -8,10 +8,5 @@ services:
before_install:
- docker pull filcuc/dotherside
install:
- gem install coveralls-lcov
script:
- docker run -v `pwd`:/root/dotherside filcuc/dotherside /bin/bash /root/build.sh
- sudo chmod -R a+rwx .
- cd build && coveralls-lcov --repo-token ${COVERALLS_REPO_TOKEN} coverage.info
- docker run -v `pwd`:/root/dotherside filcuc/dotherside /bin/bash /root/build.sh ${COVERALLS_REPO_TOKEN}