소스 검색

travis: only run unit tests

Travis has chronic problems successfully running the integration suite -
and we've successfully moved to Semaphore for that purpose - but can
still be useful as a fail-fast option for testing unit tests and formatting.
Jonathan Boulle 10 년 전
부모
커밋
516be7a781
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,4 +5,4 @@ go:
   - 1.5
   - 1.5
 
 
 script:
 script:
- - INTEGRATION=y ./test
+ - ./test