We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb516e2 commit fbfa80bCopy full SHA for fbfa80b
.travis.yml
@@ -24,4 +24,4 @@ script:
24
- ./docker_test.sh
25
26
after_success:
27
- - if [[ "$TRAVIS_CPU_ARCH" != "ppc64le" ]] then; pip install coveralls && coveralls; fi;
+ - if [[ "$TRAVIS_CPU_ARCH" != "ppc64le" ]]; then pip install coveralls && coveralls; fi;
0 commit comments