Skip to content

Commit 7a9f903

Browse files
committed
Merge pull request #24 from GetGoBlog/dev
Add travis ci
2 parents a6bb0f7 + 8fd775d commit 7a9f903

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: go
2+
go:
3+
- 1.5
4+
5+
install:
6+
- export GO15VENDOREXPERIMENT=1
7+
- go get -v -t ./...
8+
9+
script: export GO15VENDOREXPERIMENT=1 && go build -v ./...

0 commit comments

Comments
 (0)