Update Travis and publish scripts

This commit is contained in:
Oliver Davies 2017-07-20 18:58:25 +01:00
parent 38f2e0480a
commit 974759f9ba
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ cache:
before_install: before_install:
- npm install - npm install
- npm run prod
- composer install --prefer-dist --no-dev - composer install --prefer-dist --no-dev
script: script:

View file

@ -3,7 +3,7 @@
SITE_ENV="prod" SITE_ENV="prod"
# Build front-end assets. # Build front-end assets.
node_modules/.bin/gulp --production npm run prod
# Remove the existing docs directory, build the site and create the new # Remove the existing docs directory, build the site and create the new
# docs directory. # docs directory.