Browse Source

Run e2e tests on travis

Tom Denham 8 years ago
parent
commit
5d0061bb3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ install:
  - go get ${TOOLS_CMD}/cover
 
 script:
- - make test
+ - make test e2e-test
 
 after_success:
   - if [ "$TRAVIS_BRANCH" = "master" ]; then