Update .travis.yml to install libuv

This commit is contained in:
Troy Dai 2015-11-10 16:15:46 -08:00
parent 83c46fb8b7
commit e40f89174e
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
language: csharp
sudo: false
install:
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
- sh autogen.sh
- ./configure -prefix=$HOME/libuvinstall
- make
- make install
- export LD_LIBRARY_PATH="$HOME/libuvinstall/lib"
- cd $OLDPWD
script:
- ./build.sh --quiet verify