We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm ci
1 parent 3ea8cf4 commit 1cac63bCopy full SHA for 1cac63b
.gitignore
@@ -2,7 +2,6 @@ node_modules/
2
dist/
3
dist.es5/
4
build/
5
-package-lock.json
6
.nyc_output/
7
coverage/
8
benchmark/sandbox.ts
.travis.yml
@@ -1,11 +1,14 @@
1
+# 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
9
+install:
10
+ - npm install -g nyc codecov
11
+ - npm ci
12
script:
13
- npm run test:browser:firefox
14
- npm run test:cover
0 commit comments