浏览代码

Add smoke integration tests to Travis

Vadim Markovtsev 7 年之前
父节点
当前提交
c1fb14d448
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -8,6 +8,8 @@ go_import_path: gopkg.in/src-d/hercules.v2
   
   
 script:
 script:
   - go test -v -cpu=1,2 -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v2
   - go test -v -cpu=1,2 -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v2
+  - $GOPATH/bin/hercules -files -people -couples https://github.com/src-d/hercules > /dev/null
+  - $GOPATH/bin/hercules -files -people -couples -pb https://github.com/src-d/hercules > /dev/null
 
 
 after_success:
 after_success:
   - bash <(curl -s https://codecov.io/bash)
   - bash <(curl -s https://codecov.io/bash)