Skip to content

Commit

Permalink
Add a stage to the Travis build for w.org deployment when new version…
Browse files Browse the repository at this point in the history
…s are tagged.
  • Loading branch information
johnbillion committed Feb 17, 2019
1 parent f2eebfb commit 28e5e22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ env:
# WP nightly:
- WP_VERSION=nightly

jobs:
include:
- stage: deploy
before_script:
- npm install -g grunt-cli
- npm install
- gem install sass
- grunt --version
- git status
script: skip
deploy:
- provider: script
skip_cleanup: true
script: grunt deploy:ci
on:
tags: true

matrix:
fast_finish: true

Expand Down

0 comments on commit 28e5e22

Please sign in to comment.