Skip to content

Commit

Permalink
Silencing another directory change to help with navigating through Tr…
Browse files Browse the repository at this point in the history
…avis-CI output log
  • Loading branch information
Michael Fero committed Sep 18, 2014
1 parent 0d4a2fc commit 48d70b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- tar xzf libuv-v0.10.28.tar.gz
- cd libuv-v0.10.28 && make -s && cd - 2&> /dev/null && cp -r libuv-v0.10.28/libuv.a libuv-v0.10.28/libuv.so lib/libuv/lib && cd lib/libuv/lib && ln -sf libuv.so libuv.so.0.10 && cd - 2&> /dev/null && cp -r libuv-v0.10.28/include/* lib/libuv/include
- tar xzf boost_1_55_0.tar.gz
- cd boost_1_55_0 && ./bootstrap.sh --with-libraries=chrono,date_time,log,program_options,system,thread,test && sudo ./b2 install --prefix=/usr -d0 && cd -
- cd boost_1_55_0 && ./bootstrap.sh --with-libraries=chrono,date_time,log,program_options,system,thread,test && sudo ./b2 install --prefix=/usr -d0 && cd - 2&> /dev/null
before_script: cmake -DLIBUV_ROOT_DIR=lib/libuv/ .
script:
- make
Expand Down

0 comments on commit 48d70b2

Please sign in to comment.