Skip to content

Commit

Permalink
Only run wpcept against WordPoints stable
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JDGrimes committed Jul 26, 2016
1 parent b77b292 commit 3a414ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a414ee

Please sign in to comment.