Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a8b197f

Browse files
committed
fix .travis.yml
1 parent ecd13bc commit a8b197f

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
@@ -14,7 +14,7 @@ install:
1414
- docker-compose build
1515

1616
script:
17-
- docker-compose run tests $(bash <(curl -s https://codecov.io/env))
17+
- docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
1818

1919
env:
2020
- PG_VERSION=10 CHECK_CODE=clang

0 commit comments

Comments
 (0)