4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-07 09:09:33 +00:00

third time is a charm

This commit is contained in:
Dan Guido 2015-01-15 15:33:25 -05:00
parent ea30300348
commit 633f2d48a0

@ -7,7 +7,7 @@ compiler:
- gcc
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install libboost-all-dev; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew update boost; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew upgrade boost; fi
script: cmake . && make
matrix:
allow_failures: