瀏覽代碼

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
 
 script:
- - INTEGRATION=y ./test
+ - ./test