OSDN Git Service

Mov (#518)
[bytom/vapor.git] / .travis.yml
index d1bf7aa..436a5c6 100644 (file)
@@ -1,19 +1,17 @@
 language: go
-go_import_path: github.com/vapor
+go_import_path: github.com/bytom/vapor
 dist: trusty
 sudo: false
 
 matrix:
   include:
     - go: 1.11.4
-    - go: tip
-  allow_failures:
-    - go: tip
 
 branches:
     only:
         - master
         - dev
+        - mov
 
 script:
     - make ci