Get correct package of lndir

This commit is contained in:
Dane Springmeyer 2016-08-26 14:30:47 -07:00
parent 95331eda40
commit 8b954a6fc3
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ matrix:
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test']
packages: [ 'libstdc++-5-dev', 'xutils']
packages: [ 'libstdc++-5-dev', 'xutils-dev']
- os: linux
sudo: false
compiler: ": clang-coverage"
@ -37,7 +37,7 @@ matrix:
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test']
packages: ['libstdc++-5-dev', 'xutils' ]
packages: ['libstdc++-5-dev', 'xutils-dev' ]
- os: osx
compiler: ": clang-osx"
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions

View file

@ -27,7 +27,7 @@ dependencies:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
override:
- sudo apt-get update -y
- sudo apt-get install -y libstdc++-5-dev xutils
- sudo apt-get install -y libstdc++-5-dev xutils-dev
database:
pre: