Update .travis.yml

This commit is contained in:
Matteo Paonessa 2019-12-11 00:34:32 +01:00
parent 1464154615
commit a376ed7309
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ compiler:
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install nasm; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH="/usr/local/bin/:$PATH"; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then alias nasm=/usr/local/bin/nasm; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libtool autoconf git nasm pkg-config cmake; fi
- chmod +x install.sh
- ./install.sh