Skip to content

Commit

Permalink
Another approach at travis and codecov.io integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Oct 29, 2017
1 parent 17a4a70 commit 2ec2391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ script: |
docker run \
--name neopg-build-env \
--rm neopg-build-env \
sh -c "git clone https://github.com/das-labor/neopg.git && cd neopg/build && git checkout $TRAVIS_COMMIT && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && make test && make coverage && bash <(curl -s https://codecov.io/bash)"
sh -c "git clone https://github.com/das-labor/neopg.git && cd neopg/build && git checkout $TRAVIS_COMMIT && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && make test && make coverage && curl -s https://codecov.io/bash | bash"

0 comments on commit 2ec2391

Please sign in to comment.