Skip to content

Commit 66ec0ad

Browse files
committed
Tests: Run all php versions only on master
1 parent 584cb03 commit 66ec0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ jobs:
4444
env: WP_VERSION=latest
4545
script:
4646
- ./bin/run-wp-unit-tests.sh
47+
if: branch = master and type != "pull_request"
4748

4849
- stage: test
4950
php: 7.1
5051
env: WP_VERSION=latest SWITCH_TO_PHP=5.3
5152
script:
5253
- ./bin/run-wp-unit-tests.sh
54+
if: branch = master and type != "pull_request"
5355

5456
- stage: test
5557
php: 7.1

0 commit comments

Comments
 (0)