Add jsoncpp to tavis config

This commit is contained in:
Richard Caunt
2017-11-07 21:29:07 +00:00
parent 8660abaea2
commit 065516c5f3

View File

@ -8,7 +8,7 @@ matrix:
cache: apt
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cppcheck libfuse-dev openjdk-7-jdk
- sudo apt-get install -qq cppcheck libfuse-dev openjdk-7-jdk libjsoncpp-dev
- sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
script:
- ./autogen.sh
@ -26,7 +26,7 @@ matrix:
- curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
- rvm get head
- brew update
- brew install truncate
- brew install truncate jsoncpp
- brew tap caskroom/cask
- brew cask install osxfuse
- if [ -f /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ]; then sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs ; elif [ -f /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ]; then sudo chmod +s /Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse ; fi