From 87819553ad884a996900f622b0bbbb78f1a2352d Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Sat, 26 May 2018 15:32:12 +0100 Subject: [PATCH] use after_script instead of after_success --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1e8131..ffad7b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,5 +52,5 @@ script: - BRIDGE_PATH=$GOPATH/bin/trezord-go EMULATOR_PATH=tool/emulator/trezor-mcu/build/trezor-emulator64-master tool/run_integration_tests.sh - tool/run_codestyle_tests.sh -after_success: +after_script: - if [ "${COVERAGE}" = "true" ] ; then make scrutinizer; fi