Skip to content

Commit

Permalink
Merge pull request #52 from lanchongyizu/bugfix/add-package-lock-json
Browse files Browse the repository at this point in the history
[RAC-6681] Lock down NPM modules
  • Loading branch information
lanchongyizu authored Apr 24, 2018
2 parents 856b0ad + d145110 commit 9b99821
Show file tree
Hide file tree
Showing 2 changed files with 3,788 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2015-2018, Dell EMC, Inc.

language: node_js

node_js:
Expand All @@ -13,6 +15,9 @@ addons:
- debhelper
- git

before_install:
- npm i -g [email protected]

after_success:
- ./extra/make-testcoveralls.sh
- ./extra/make-deb.sh
Expand Down
Loading

0 comments on commit 9b99821

Please sign in to comment.