Skip to content

Commit

Permalink
use after_script instead of after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin committed May 26, 2018
1 parent 99e3342 commit 8781955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8781955

Please sign in to comment.