We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e9d8 commit 6f33a0bCopy full SHA for 6f33a0b
.travis.yml
@@ -12,4 +12,4 @@ before_script:
12
13
script:
14
- vendor/bin/phpunit --verbose
15
- - [ $(echo "$(grep '^ Lines' builds/coverage.txt | awk '{print $2;}' | tr -d '%') >= 75" | bc) -eq "1" ]
+ - bash -c "[ $(echo "$(grep '^ Lines' builds/coverage.txt | awk '{print $2;}' | tr -d '%') >= 75" | bc) -eq "1" ]"
0 commit comments