[build] add pkg-config to packages in Travis config, remove libsnappy-dev

This commit is contained in:
Al
2017-04-05 08:24:26 -04:00
parent 8cef3c4eb9
commit 2b3fb196a1

View File

@@ -22,7 +22,7 @@ addons:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- gcc-4.8 - gcc-4.8
- libsnappy-dev - pkg-config
before_script: before_script:
- ./bootstrap.sh - ./bootstrap.sh
- if [[ $DICTIONARIES_CHANGED -ne 0 || $NUMEX_CHANGED -ne 0 ]]; then git clone https://github.com/pypa/virtualenv; cd virtualenv; git checkout master; python virtualenv.py ../env; cd ..; env/bin/pip install -r scripts/requirements-simple.txt; fi; - if [[ $DICTIONARIES_CHANGED -ne 0 || $NUMEX_CHANGED -ne 0 ]]; then git clone https://github.com/pypa/virtualenv; cd virtualenv; git checkout master; python virtualenv.py ../env; cd ..; env/bin/pip install -r scripts/requirements-simple.txt; fi;