Skip to content

Commit

Permalink
ci: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Oct 21, 2019
1 parent 36180b2 commit 362265e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- PATH=$HOME/.yarn/bin:$HOME/bin:$PATH
# Do multiple runs for testing and linting.
matrix:
- YARN_CMD=checks # Run linting and typechecks
- YARN_CMD=checks:ci # Run linting and typecheck
- YARN_CMD=test
- YARN_CMD=build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:rollup": "rollup --config ./support/rollup/rollup.config.js",
"build:ts": "tsc -b tsconfig.prod.json --verbose",
"checks": "run-s integrity lint typecheck test",
"checks:parallel": "run-p lint typecheck test",
"checks:ci": "run-s integrity lint typecheck",
"checks:publish": "run-s checks build test:e2e:ssr",
"ci": "yarn clean:all && yarn",
"clean": "yarn if-clean git clean -fdx --exclude=.config.json --exclude=node_modules --exclude=**/node_modules",
Expand Down

0 comments on commit 362265e

Please sign in to comment.