Skip to content

Commit

Permalink
Merge 15d8703 into 82112d0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Sep 5, 2020
2 parents 82112d0 + 15d8703 commit 90b935b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ build
.DS_Store
.test
.tmp

3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
include:
- stage: test
node_js:
- 14.8.0
- 14.9.0
script:
- npm run cover
- cat ./build/coverage/lcov.info | npx coveralls
Expand All @@ -24,6 +24,5 @@ jobs:
branches:
only:
- master
- /^greenkeeper/.*$/
- /^mkpr/.*$/
- /^npm-template-sync/.*$/

0 comments on commit 90b935b

Please sign in to comment.