Skip to content

Commit 6f33a0b

Browse files
committed
Test travis
1 parent 107e9d8 commit 6f33a0b

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
@@ -12,4 +12,4 @@ before_script:
1212

1313
script:
1414
- vendor/bin/phpunit --verbose
15-
- [ $(echo "$(grep '^ Lines' builds/coverage.txt | awk '{print $2;}' | tr -d '%') >= 75" | bc) -eq "1" ]
15+
- bash -c "[ $(echo "$(grep '^ Lines' builds/coverage.txt | awk '{print $2;}' | tr -d '%') >= 75" | bc) -eq "1" ]"

0 commit comments

Comments
 (0)