diff --git a/.travis.yml b/.travis.yml index 36892386..f306d6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ language: shell install: skip -script: bash ./hello.sh || travis_terminate 1; +script: + - bash ./hello.sh || travis_terminate 1 + - echo "Hello" + - echo "done"