From 3a414ee097979c13b762baa95eeed23a47bb34a4 Mon Sep 17 00:00:00 2001 From: JDGrimes Date: Tue, 26 Jul 2016 09:44:35 -0400 Subject: [PATCH] Only run wpcept against WordPoints stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t make sense to run it against them against the development version, because they will inevitably fail as there will be no updates for WordPoints. Possibly we’ll change this in the future by adding some sort of workaround. See #6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 959a9e1..8a396bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ script: - phpunit-ajax - phpunit-ms-ajax - phpunit-ms-network-ajax - - wpcept-run + - if [[ $WORDPOINTS_VERSION != master ]]; then wpcept-run; fi after_script: - source $DEV_LIB_PATH/travis/after_script.sh