Skip to content

Commit

Permalink
Remove references to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Sep 23, 2021
1 parent 28aa353 commit 3e4ab3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "jshint .",
"start": "./bin/start",
"test": "npm run units",
"ci": "node ./test/travis-config.js && npm test && npm run end-to-end",
"ci": "node ./test/ci-config.js && npm test && npm run end-to-end",
"units": "./bin/test",
"validate": "npm ls"
},
Expand Down
File renamed without changes.

0 comments on commit 3e4ab3c

Please sign in to comment.