OSDN Git Service

feat(consensus): update mainnet and testnet checkpoint (#1824)
[bytom/bytom.git] / .travis.yml
index dc10f69..55df781 100644 (file)
@@ -1,11 +1,15 @@
 language: go
+go_import_path: github.com/bytom/bytom
 dist: trusty
 sudo: false
 
-go:
-    - 1.8.3
-    - 1.9
-    - tip
+matrix:
+  include:
+    - go: 1.8.3
+    - go: 1.9
+    - go: tip
+  allow_failures:
+    - go: tip
 
 branches:
     only:
@@ -13,6 +17,4 @@ branches:
         - dev
 
 script:
-    - git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
-    - cd $GOPATH/src/github.com/bytom
-    - make test
+    - make ci