Modified circle.yml to make it work
This commit is contained in:
parent
f8a0940ae1
commit
5f9e778ac1
20
circle.yml
20
circle.yml
|
@ -1,5 +1,5 @@
|
||||||
machine:
|
machine:
|
||||||
golang:
|
go:
|
||||||
version:
|
version:
|
||||||
1.4.2
|
1.4.2
|
||||||
environment:
|
environment:
|
||||||
|
@ -14,14 +14,14 @@ dependencies:
|
||||||
override:
|
override:
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
cache:
|
cache_directories:
|
||||||
directories:
|
- $HOME/opus
|
||||||
- $HOME/opus
|
- $HOME/bin
|
||||||
- $HOME/bin
|
- $HOME/gopath/bin
|
||||||
- $HOME/gopath/bin
|
- $HOME/gopath/pkg
|
||||||
- $HOME/gopath/pkg
|
- $HOME/gopath/src/github.com/nitrous-io
|
||||||
- $HOME/gopath/src/github.com/nitrous-io
|
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
|
||||||
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true
|
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=circleci -password=$MUMBLE_PASSWORD -verbose=true -test=true:
|
||||||
|
timeout: 180
|
Reference in a new issue