diff --git a/.travis.yml b/.travis.yml index 6e28f7ea0..f381edf3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,4 @@ notifications: on_failure: always after_script: - ./build.sh - ./test.sh + ./build.sh && ./test.sh