OSDN Git Service

Politic dashboard (#1711)
[bytom/bytom.git] / .travis.yml
index 7f42639..dd71048 100644 (file)
@@ -1,4 +1,5 @@
 language: go
+go_import_path: github.com/bytom
 dist: trusty
 sudo: false
 
@@ -6,16 +7,12 @@ matrix:
   include:
     - go: 1.8.3
     - go: 1.9
-    - go: tip
-  allow_failures:
-    - go: tip
 
 branches:
     only:
         - master
         - dev
+        - politic
 
 script:
-    - git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
-    - cd $GOPATH/src/github.com/bytom
-    - make
+    - make ci