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
2015-08-03 22:35:08 +01:00

15 lines
280 B
YAML

language: go
cache:
directories:
- $HOME/opus
- $HOME/bin
- $TRAVIS_BUILD_DIR/.vendor
before_script:
- export PATH=$PATH:~/bin/
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
- bash install-dependencies.sh
install:
- ls -R $HOME/opus