Skip to content

Commit

Permalink
rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Apr 9, 2018
1 parent 0b01a03 commit 916c644
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
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "8.9"
script: "npm run test-travis"
script: "npm run ci"
after_script: "npm run coverage"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"scripts": {
"pretest": "xo",
"test": "NODE_ENV=test ava --serial",
"test-travis": "NODE_ENV=test nyc ava --serial",
"preci": "npm run pretest",
"ci": "NODE_ENV=test nyc ava --serial",
"coverage": "NODE_ENV=test nyc report --reporter=text-lcov | coveralls"
},
"engines": {
Expand Down

0 comments on commit 916c644

Please sign in to comment.