Skip to content

Commit

Permalink
Simplify .travis.yml, use sw=2 (lincheney#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Aug 23, 2017
1 parent e900e35 commit 2d7b233
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@ language: python
dist: trusty
sudo: false
services:
- docker

before_install:
- make docker_build
install:
- make docker_build_test
- docker

script:
- CODECOV_TMP=$(mktemp -d)
- CODECOV_TMP=$CODECOV_TMP make docker_test
- CODECOV_TMP=$(mktemp -d)
- CODECOV_TMP=$CODECOV_TMP make docker_test

after_success:
- bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f $CODECOV_TMP/coverage.xml
- bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f $CODECOV_TMP/coverage.xml

notifications:
email: false
email: false

0 comments on commit 2d7b233

Please sign in to comment.