From 2bdec415e9a778432b8ebec045983568acac313f Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 13 Apr 2017 14:07:02 -0400 Subject: [PATCH] Update Travis to ensure mpw-tests is built. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5734568f..92b97f9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ git: submodules: true script: - "( brew install libsodium )" - - "( cd ./platform-independent/cli-c && ./clean && ./build && ./mpw-tests )" + - "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"