Skip to content

Commit

Permalink
list npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
willholley committed Oct 14, 2019
1 parent a035b2e commit 553db47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- "8"
before_script: skip
after_script: skip
script: npm install --production && ./node_modules/grunt-cli/bin/grunt couchdb
script: npm install --production && npm ls && ./node_modules/grunt-cli/bin/grunt couchdb
- name: webpack-nodejs-10
node_js:
- "10"
before_script: skip
after_script: skip
script: npm install --production && ./node_modules/grunt-cli/bin/grunt couchdb
script: npm install --production && npm ls && ./node_modules/grunt-cli/bin/grunt couchdb

0 comments on commit 553db47

Please sign in to comment.