Skip to content

Commit

Permalink
Rename travis script to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Sep 23, 2021
1 parent 16a4e5e commit 2f538f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run unit tests
run: |
npm install
npm run travis
npm run ci
npm-publish:
needs: unit-tests
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"test": "node test/test | tap-dot",
"lint": "jshint .",
"travis": "npm test",
"ci": "npm test",
"validate": "npm ls"
},
"author": "Pelias",
Expand Down

0 comments on commit 2f538f4

Please sign in to comment.