Skip to content

Commit

Permalink
Merge pull request #506 from rimiti/fix-pipeline
Browse files Browse the repository at this point in the history
Fix Coveralls timeout
  • Loading branch information
rimiti committed Sep 5, 2018
2 parents 977081f + 96af26a commit 979999f
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
.nyc_output
.idea
*.log
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -4,7 +4,4 @@ node_js:
- 8
- 10

before_install:
- npm install -g coveralls

after_success: coveralls
after_success: npm run coverage

0 comments on commit 979999f

Please sign in to comment.