Skip to content

Commit e3fa5e7

Browse files
authored
Merge pull request #1 from internap/script
Use the script itself instead of bash that ignores the -eux
2 parents 0a6ac2a + 036b7d1 commit e3fa5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: bash
22

33
script:
4-
- bash test.sh
4+
- bash -eux test.sh

0 commit comments

Comments
 (0)