Update the travis file

This commit is contained in:
Filippo Cucchetto 2016-06-05 14:32:56 +02:00
parent 667752fde3
commit f384887af2
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ install:
- gem install coveralls-lcov
script:
- ls
- docker run filcuc/dotherside /bin/bash /root/build.sh
- docker run -v `pwd`:/root/dotherside filcuc/dotherside /bin/bash /root/build.sh
- coveralls-lcov --repo-token ${COVERALLS_REPO_TOKEN} coverage.info