Skip to content

Commit fbfa80b

Browse files
committed
Fixed syntax issue in travis ci
1 parent cb516e2 commit fbfa80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ script:
2424
- ./docker_test.sh
2525

2626
after_success:
27-
- if [[ "$TRAVIS_CPU_ARCH" != "ppc64le" ]] then; pip install coveralls && coveralls; fi;
27+
- if [[ "$TRAVIS_CPU_ARCH" != "ppc64le" ]]; then pip install coveralls && coveralls; fi;

0 commit comments

Comments
 (0)