Skip to content

Commit

Permalink
Merge 541c54c into 92b4fd6
Browse files Browse the repository at this point in the history
  • Loading branch information
KD0NKS committed Jan 16, 2020
2 parents 92b4fd6 + 541c54c commit ad5d903
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2,385 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ coverage/
node_modules/
*.js
dist/
.nyc_output/
.nyc_output/

package-lock.json
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ node_js:
- "13"

cache: npm
before_install:
- npm install -g greenkeeper-lockfile
#before_install:
#- npm install -g greenkeeper-lockfile
before_script:
- npm run setup
- npm run build
- greenkeeper-lockfile-update
#- greenkeeper-lockfile-update
script:
- npm run test
after_success:
- npm run coverage
after_script: greenkeeper-lockfile-upload
#after_script: greenkeeper-lockfile-upload
Loading

0 comments on commit ad5d903

Please sign in to comment.