Updated .travis.yml
This commit is contained in:
parent
6c67d731c1
commit
3e08b50bd2
|
@ -4,10 +4,10 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/opus
|
- $HOME/opus
|
||||||
- $HOME/bin
|
- $HOME/bin
|
||||||
- $GOPATH/bin
|
- $HOME/gopath/bin
|
||||||
- $GOPATH/pkg
|
- $HOME/gopath/pkg
|
||||||
- $GOPATH/src/github.com/nitrous-io
|
- $HOME/gopath/src/github.com/nitrous-io
|
||||||
- $GOPATH/src/github.com/MichaelOultram/mumbledj/.vendor
|
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=$PATH:~/bin/
|
- export PATH=$PATH:~/bin/
|
||||||
|
|
Reference in a new issue