OSDN Git Service

fix log (#388)
[bytom/vapor.git] / .travis.yml
index b248347..02a340a 100644 (file)
@@ -1,20 +1,17 @@
 language: go
-go_import_path: github.com/bytom
+go_import_path: github.com/vapor
 dist: trusty
 sudo: false
 
 matrix:
   include:
-    - go: 1.8.3
-    - go: 1.9
-    - go: tip
-  allow_failures:
-    - go: tip
+    - go: 1.11.4
 
 branches:
     only:
         - master
         - dev
+        - v0.1
 
 script:
     - make ci