Skip to content

Commit

Permalink
add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jun 6, 2017
1 parent 65b9b2c commit ee05d02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go
go:
- master
- tip
install:
- mkdir $GOPATH/bin
- wget -qO- https://github.com/aybabtme/untilitworks/releases/download/0.2/untilitworks_linux.tar.gz | tar xvz
- curl https://glide.sh/get > install_glide.sh
- chmod +x install_glide.sh
- ./untilitworks ./install_glide.sh
script:
- go test -cover -v $(glide nv)

0 comments on commit ee05d02

Please sign in to comment.