18 lines
397 B
YAML
18 lines
397 B
YAML
language: go
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/opus
|
|
- $HOME/bin
|
|
- $HOME/gopath/bin
|
|
- $HOME/gopath/pkg
|
|
- $HOME/gopath/src/github.com/nitrous-io
|
|
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
|
|
|
|
before_install:
|
|
- export PATH=$PATH:~/bin/
|
|
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
|
|
- bash install-dependencies.sh
|
|
|
|
after_success:
|
|
- go test |