Skip to content

Commit 5a1dfc0

Browse files
author
Matthew Fisher
committed
feat(pkg): add .travis.yml
1 parent 4e1b2fb commit 5a1dfc0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: go
2+
sudo: required
3+
go:
4+
- 1.5
5+
- tip
6+
env:
7+
- GO15VENDOREXPERIMENT=1
8+
install:
9+
- wget https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz -O - | tar -xz
10+
- sudo mv linux-amd64/glide /usr/local/bin/ && rm -rf linux-amd64
11+
- glide up
12+
script:
13+
- make test

0 commit comments

Comments
 (0)