Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 2a992b3

Browse files
committed
Fix .travis.yml
1 parent 34618d1 commit 2a992b3

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
@@ -16,6 +16,6 @@ before_script:
1616
script:
1717
- jest --ci --coverage
1818
after_script:
19-
- docker-compose down
19+
- docker-compose -f docker-compose.test.yml down
2020
after_success:
2121
- npx codecov

0 commit comments

Comments
 (0)