Browse Source

Travis: more dep, less glide

Mathieu Lecarme 7 years ago
parent
commit
3d9d68f871
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .travis.yml

+ 2 - 4
.travis.yml

@@ -9,11 +9,9 @@ go:
 
 install:
   - export GO15VENDOREXPERIMENT=1
-  - go get github.com/Masterminds/glide
-  - go install github.com/Masterminds/glide
-  - glide up
+  - godep ensure
 
 script:
   - ./.travis.gofmt.sh
   - make guerrillad
-  - make test
+  - make test