Skip to content

Commit

Permalink
Attempt to fix the deploy job on Travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and kittaakos committed Feb 10, 2020
1 parent d5f3262 commit ba016ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: required
language: node_js
env:
# Attempt to fix the "No output has been received in the last 10m0s" issue during the npm publishing phase on Travis CI.
# https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336
- YARN_GPG=no
node_js: "10"
git:
depth: 1
Expand Down

0 comments on commit ba016ee

Please sign in to comment.