travis
This commit is contained in:
parent
128fe44136
commit
5f523e910a
|
@ -0,0 +1,8 @@
|
|||
language: go
|
||||
sudo: false
|
||||
before_script:
|
||||
- go vet ./...
|
||||
install:
|
||||
# Add Godeps dependencies to GOPATH and PATH
|
||||
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
||||
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
Loading…
Reference in New Issue