From 473e3ca11fbb6c673f913635a024b41697461613 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Tue, 19 Sep 2017 13:46:27 -0400 Subject: [PATCH] Run gradle test in Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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' )"