Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 4f884d2

Browse files
committed
Use after_script in travis so that it fails on build failures
1 parent 051b534 commit 4f884d2

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
@@ -13,7 +13,7 @@ before_install:
1313
- curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-`uname -s`-`uname -m` > docker-compose
1414
- chmod +x docker-compose
1515

16-
after_success:
16+
after_script:
1717
- docker rmi $(docker images -q)
1818
- yarn coveralls
1919
- yarn build

0 commit comments

Comments
 (0)