Skip to content

Commit

Permalink
npm run travis => ci
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 19, 2020
1 parent c028a5c commit 4aa8d84
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 @@ -5,4 +5,4 @@ node_js:
- 14
- latest

script: 'npm run-script travis'
script: npm run ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"lint": "eslint .",
"test": "mocha test/**/*.spec.js documentation/**/*.md",
"travis": "npm run lint && npm test",
"ci": "npm test && npm run lint",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"preversion": "npm run lint && npm run test",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site"
Expand Down

0 comments on commit 4aa8d84

Please sign in to comment.