Skip to content

Commit 804476a

Browse files
committed
Add Travis configuration
1 parent cab1235 commit 804476a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
sudo: false
3+
before_script:
4+
- go vet -asmdecl=false ./...
5+
install:
6+
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
7+
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"

0 commit comments

Comments
 (0)