mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-14 11:39:01 +00:00
fix apt-get
This commit is contained in:
@@ -28,7 +28,7 @@ matrix:
|
||||
- compiler: clang
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-dev ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-all-dev ; fi
|
||||
install:
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user