diff --git a/.travis.yml b/.travis.yml index 5da29ade5..fdf87af06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,6 @@ notifications: on_success: change on_failure: always -after_script: ./test.sh +after_script: + ./build.sh + ./test.sh