Skip to content

Commit

Permalink
ci: allow site:release failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed May 16, 2018
1 parent 444d209 commit 11adf43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ env:
- TASK=test:schematics
- TASK=lint
- TASK=site:release
- TASK=scaffold:release_optional
- TASK=scaffold:release

matrix:
fast_finish: true
allow_failures:
- env: "CI_MODE=scaffold:release"

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"release": "bash ./build.sh && bash build-schematics.sh -b",
"public:next": "npm run release && bash ./scripts/release/publish-next",
"public": "npm run release && bash ./scripts/release/publish",
"scaffold:release_optional": "bash ./scaffold.sh -b",
"scaffold:release": "bash ./scaffold.sh -b",
"scaffold:gh": "bash ./scaffold.sh -b -d",
"scaffold:public": "cd ./scaffold && npm publish --access=public",
"scaffold:public:next": "cd ./scaffold && npm publish --tag next --access=public"
Expand Down

0 comments on commit 11adf43

Please sign in to comment.