Skip to content

Commit

Permalink
Merge pull request #842 from Adslot/fix-package-lock
Browse files Browse the repository at this point in the history
chore: fix package-lock and add git diff check
  • Loading branch information
lightbringer1991 authored May 2, 2019
2 parents 57f41ae + 723bf7e commit 6332fe2
Show file tree
Hide file tree
Showing 2 changed files with 3,089 additions and 3,064 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ addons:
chrome: stable
before_install:
- npm install -g [email protected]
install:
- npm install
before_script:
- sudo chown root /opt/google/chrome/chrome-sandbox
- sudo chmod 4755 /opt/google/chrome/chrome-sandbox
script:
- npm -v
- commitlint-travis
- git diff --exit-code
- "! grep -R --exclude-dir='*/node_modules/*' --include=package-lock.json 'http:' ."
- npm test
- npm run dist
Expand Down
Loading

0 comments on commit 6332fe2

Please sign in to comment.