Skip to content

Commit 7106753

Browse files
committed
fix run tests before on travis
1 parent 21b5896 commit 7106753

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ before_script:
6060
script:
6161
- |
6262
if [[ ! -z "$WP_VERSION" ]] ; then
63+
bash bin/run-tests-before.sh
6364
bash bin/run-tests.sh
6465
fi
6566
- |

bin/run-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22

3-
./bin/run-tests-before.sh
43
phpunit --coverage-html target/test-coverage

0 commit comments

Comments
 (0)