Skip to content

Commit

Permalink
skip before_install in code coverage stage
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 21, 2017
1 parent 2eebbb6 commit ec0b456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- stage: code coverage
php: 7.1
env: WP_VERSION=latest
before_install: true # skip by returning true
install:
- bash .dev/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down

0 comments on commit ec0b456

Please sign in to comment.