Skip to content

Commit

Permalink
Merge pull request pupil-labs#213 from nathakits/webp_update
Browse files Browse the repository at this point in the history
reorder webp task to run before building site
  • Loading branch information
willpatera authored Jun 6, 2017
2 parents 7ad85a5 + cbc3076 commit 4d6bc18
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 @@ -18,10 +18,10 @@ before_install:
- ./deploy_before_install.sh
# maybe install: is not needed?
script:
- gulp webp:make
- echo 'Building Site'
- gulp build --staging
- gulp image_min
- gulp webp:make
- gulp generate_sitemap
- echo 'Done building'
after_success:
Expand Down

0 comments on commit 4d6bc18

Please sign in to comment.