Browse Source

切换包管理工具并升级依赖包

Minho 7 năm trước cách đây
mục cha
commit
4a89e8ccfd
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -15,8 +15,7 @@ before_install:
   - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
 
 script:
-  - dep ensure -v
-  - GO_ENABLED=1 go build -v -x -tags "pam" && go install
+  - dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install
 
 before_deploy:
   - sudo apt-get -qq update