Skip to content

Commit

Permalink
chore: fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Aug 7, 2019
2 parents e399355 + 0ddd764 commit 5932fe9
Show file tree
Hide file tree
Showing 2 changed files with 5,366 additions and 1,777 deletions.
22 changes: 17 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- stage: bundle_size
php: 7.0
name: "Bundle Size"
before_install:
- nvm install && nvm use
- npm install npm -g
script:
- npm run-script size
before_install:
- nvm install && nvm use
- npm install npm -g
script:
- npm run-script size
- stage: test
php: 7.0
name: "Different linters"
Expand Down Expand Up @@ -60,6 +60,16 @@ jobs:
name: "Unit tests for PHP 7.1"
script:
- ./bin/run-unit-tests.sh
- php: 7.0
name: "Blackfire tests"
env: WP_VERSION=latest
script:
- ./bin/run-blackfire.sh
- stage: qa
name: "QA"
php: 7.0
script:
- ./bin/sync-qa.sh
- stage: deploy
name: "Deployment"
php: 7.0
Expand Down Expand Up @@ -104,3 +114,5 @@ stages:
if: branch = env(MASTER_BRANCH) and type != "pull_request" and repo = env(UPSTREAM_REPO)
- name: test
if: type = "pull_request"
- name: qa
if: type = "pull_request" and head_branch="development"
Loading

0 comments on commit 5932fe9

Please sign in to comment.