Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
ci(travis): Update travis validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
adambrgmn committed Jan 11, 2018
1 parent c18ca8e commit ef116e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notifications:
node_js:
- '8'

script: yarn run lint && yarn run test --no-watch --passWithNoTests && yarn run build
script: yarn run validate
after_success: yarn run release

branches:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
"build": "./src/bin.js build",
"lint": "./src/bin.js lint",
"format": "./src/bin.js format",
"validate": "./src/bin.js validate",
"precommit": "./src/bin.js precommit",
"validate":
"yarn run lint && yarn run test --no-watch --passWithNoTests && yarn run build",
"release": "./src/bin.js release"
},
"keywords": [],
Expand Down

0 comments on commit ef116e9

Please sign in to comment.