Skip to content

Commit

Permalink
Merge pull request #858 from tomdee/fix-travis
Browse files Browse the repository at this point in the history
travis: Only run the tests once
  • Loading branch information
tomdee authored Oct 27, 2017
2 parents 34f17ae + 0845f92 commit f3a08fe
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 @@ -14,7 +14,7 @@ install:
- go get ${TOOLS_CMD}/cover

script:
- make test e2e-test
- make test

after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then
Expand Down

0 comments on commit f3a08fe

Please sign in to comment.