Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
don't do npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jun 4, 2018
1 parent 1d9f38f commit a2f6405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
install: npm install
script:
- npm run travisci
- npm run ci
# Only the node version 8 job will upload the lockfile
after_script: greenkeeper-lockfile-upload
notifications:
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 @@
"prepublish": "nsp check",
"coverage": "nyc npm test",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"travisci": "npm run lint && npm run coveralls",
"ci": "npm run lint && npm run coveralls",
"release": "standard-version"
},
"xo": {
Expand Down

0 comments on commit a2f6405

Please sign in to comment.