Correcting .travis.yml sections

This commit is contained in:
MichaelOultram 2015-08-10 01:57:24 +01:00
parent defe9f36cd
commit e114268c30

View file

@ -9,14 +9,14 @@ cache:
- $HOME/gopath/src/github.com/nitrous-io
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
before_install:
before_script:
- export PATH=$PATH:$HOME/bin/
- export LD_RUN_PATH=$LD_RUN_PATH:$HOME/opus/lib
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/opus/lib
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
- bash install-dependencies.sh
install:
script:
- make
- make install