Skip to content

Commit

Permalink
Merge pull request kubernetes#503 from coreos/e2e-travis
Browse files Browse the repository at this point in the history
Run e2e tests on travis
  • Loading branch information
tomdee authored Aug 31, 2016
2 parents 1354afd + 5d0061b commit 7b71ca3
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
- make test e2e-test

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

0 comments on commit 7b71ca3

Please sign in to comment.