Skip to content

Commit

Permalink
Tidy up .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Aug 16, 2019
1 parent 509349a commit 1618970
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,13 @@ before_install:
# Install WordPress
npm run env install
mkdir -p build/wp-content/uploads
chmod 767 build/wp-content/uploads
cd ..
mkdir -p wordpress/build/wp-content/uploads
chmod 767 wordpress/build/wp-content/uploads
fi
install:
- npm ci
- npm run build
- |
if [[ "$WORDPRESS" = "true" ]]; then
# Add Gutenberg to the WordPress local environment
npm run env connect
npm run env cli plugin activate gutenberg
fi
- |
if [[ "$COMPOSER_INSTALL" = "true" ]]; then
npm run env docker-run -- php composer install
Expand Down

0 comments on commit 1618970

Please sign in to comment.