Skip to content

Commit ca3f3a5

Browse files
committed
travis exit
1 parent a0439e0 commit ca3f3a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ script:
2222
- http_status=$(curl -s -I $1 $LANDING_PAGE | grep HTTP/1.1 | awk {'print $2'})
2323
- echo "$http_status"
2424
- cd webapp
25-
- travis_retry npm run test -- --verbose --colors
25+
- travis_retry npm run test -- --verbose --colors
26+
- exit 0

0 commit comments

Comments
 (0)