Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e2e24e

Browse files
committed
try-3 to fix travis build
1 parent dcfb299 commit 3e2e24e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ install:
1212
- docker-compose build
1313

1414
script:
15-
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
15+
- docker-compose run tests
16+
# - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
1617

1718
notifications:
1819
email:

0 commit comments

Comments
 (0)