Skip to content

Commit 7e820da

Browse files
committed
Use set -e so build fails if any command fail
1 parent 3709323 commit 7e820da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_script:
2020
- sed -i 's/latest-composable/${VERSION}/' docker-compose.yml
2121

2222
script:
23+
- set -e
2324
- docker build -t fiware/wirecloud:${VERSION} .
2425
- docker-compose up -d
2526
- sleep 40

0 commit comments

Comments
 (0)