Skip to content

Commit

Permalink
Make Travis install dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
xeals committed Apr 17, 2018
1 parent de3ac15 commit 29fcf29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ jobs:
- go build -v .
- stage: deploy
go_import_path: github.com/xeals/signal-back
install: skip
env:
- DEP_VERSION="0.4.1"
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
install:
- dep ensure
script: skip
go: 1.10.x
before_deploy:
- "./build_all.sh"
- ./build_all.sh
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 29fcf29

Please sign in to comment.