This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/.travis.yml

18 lines
399 B
YAML
Raw Normal View History

2015-08-03 14:58:49 +02:00
language: go
2015-08-10 00:48:55 +02:00
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_script:
- export PATH=$PATH:~/bin/
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
- bash install-dependencies.sh
2015-08-03 14:58:49 +02:00
install:
2015-08-10 00:48:55 +02:00
- ls -R $HOME/opus