diff --git a/.travis.yml b/.travis.yml index 456011f7..45de9f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,6 @@ git: script: - "( brew install libsodium json-c )" - "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )" + - "( cd ./gradle && gradle test )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )" - "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"