Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim-at-tci authored Jan 25, 2023
1 parent 07991ef commit efc41fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit efc41fd

Please sign in to comment.