Skip to content

Commit

Permalink
Merge pull request #21 from kobanyan/build
Browse files Browse the repository at this point in the history
fix(build): enable to restart build
  • Loading branch information
kobanyan committed Mar 2, 2021
2 parents 487770e + c8e7725 commit 2a36a7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,12 @@ node_js:
- 10
- 12

cache:
- node_modules

before_install:
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )

install:
- travis_retry yarn

Expand Down

0 comments on commit 2a36a7a

Please sign in to comment.