Modified circle.yml to make it work

This commit is contained in:
MichaelOultram 2015-08-12 19:29:22 +01:00
parent f8a0940ae1
commit 5f9e778ac1

View file

@ -1,5 +1,5 @@
machine:
golang:
go:
version:
1.4.2
environment:
@ -14,8 +14,7 @@ dependencies:
override:
- make
- make install
cache:
directories:
cache_directories:
- $HOME/opus
- $HOME/bin
- $HOME/gopath/bin
@ -24,4 +23,5 @@ dependencies:
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
test:
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