Skip to content

Commit

Permalink
Name the deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Sep 12, 2018
1 parent d3a44b6 commit 80e006f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- php: nightly
env: WP_VERSION=master
- stage: 🚀 deployment
name: "Deploy to S3"
if: branch = deploy # Only build when on the `deploy` branch, this functionality is not used yet and is taking a long time to complete.
env: SC_ATTR=wordpress-seo
before_script: skip
Expand All @@ -59,6 +60,7 @@ jobs:
repo: Yoast/wordpress-seo
all_branches: true
- stage: 🚀 deployment
name: "Deploy to Yoast-dist"
install:
- yarn global add grunt-cli
- yarn install
Expand Down

0 comments on commit 80e006f

Please sign in to comment.