Skip to content

Commit

Permalink
travis: fix go install
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Jul 11, 2016
1 parent e67fc4b commit f8c2f35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ language: go
go:
- tip
before_install:
- go install
- sudo apt-get -qq update
- sudo apt-get install build-essential lintian -y
- mkdir -p ${GOPATH}/bin
- cd ~
- curl https://glide.sh/get | sh
- mkdir -p $GOPATH/src/github.com/mh-cbon
- cd $GOPATH/src/github.com/mh-cbon
- git clone https://github.com/mh-cbon/changelog.git
- cd changelog
- glide install
- go install
install:
- cd $GOPATH/src/github.com/mh-cbon/go-bin-deb
- glide install
- go install
script: echo "pass"
Expand Down

0 comments on commit f8c2f35

Please sign in to comment.