зеркало из https://github.com/mislav/hub.git
Fix travis path
This commit is contained in:
Родитель
597c48afa3
Коммит
a79dd3cb4e
|
@ -1,6 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.1.2
|
||||
- 1.1.2
|
||||
install:
|
||||
- script/build
|
||||
script: script/test
|
||||
- script/bootstrap
|
||||
script:
|
||||
- export PATH="$HOME/gopath/bin:$PATH"
|
||||
- script/build
|
||||
- script/test
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -v
|
||||
|
||||
script/bootstrap
|
||||
godep go build -v ./...
|
||||
|
|
Загрузка…
Ссылка в новой задаче