Skip to content

Commit

Permalink
commit package-lock.json to git to use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed May 10, 2019
1 parent 3ea8cf4 commit 1cac63b
Show file tree
Hide file tree
Showing 3 changed files with 6,381 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules/
dist/
dist.es5/
build/
package-lock.json
.nyc_output/
coverage/
benchmark/sandbox.ts
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
addons:
firefox: latest
node_js:
- "lts/*"
- "node"
cache: npm
before_install: npm install -g nyc codecov
install:
- npm install -g nyc codecov
- npm ci
script:
- npm run test:browser:firefox
- npm run test:cover
Expand Down
Loading

0 comments on commit 1cac63b

Please sign in to comment.