From c80786c3c579561d0f6d6561525bebb6285a0e42 Mon Sep 17 00:00:00 2001 From: Matt Boynes Date: Thu, 7 Jan 2016 10:24:28 -0500 Subject: [PATCH] Hopefully cut travis' workload in half --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f5f09cf37..f079f17c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,10 @@ matrix: - php: 7.0 fast_finish: true +branches: + only: + - master + before_script: - export WP_TESTS_DIR=/tmp/wordpress/tests/phpunit - export WP_CORE_DIR=/tmp/wordpress/src/ @@ -40,4 +44,3 @@ before_script: script: - phpunit - grunt qunit:specific --wp=$WP_VERSION -