diff --git a/.travis.yml b/.travis.yml index 3159f506..5ac520d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ git: submodules: true script: - "( brew install libsodium json-c )" + - "( ./lib/bin/build_libsodium-macos )" - "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )" - "( cd ./gradle && ./gradlew --info clean test )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )"