Browse Source

Merge pull request #858 from tomdee/fix-travis

travis: Only run the tests once
Tom Denham 7 năm trước cách đây
mục cha
commit
f3a08fefd0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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