Skip to content

Commit

Permalink
ignore package lock in travis (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez authored and aomarks committed Jun 21, 2018
1 parent 1089288 commit 017cd03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ addons:
before_script:
- npm install -g polymer-cli
- polymer install --variants
- git checkout package-lock.json
- >-
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
Expand Down

0 comments on commit 017cd03

Please sign in to comment.