From 5989bb9a0b9112aa1fdc21ed3ec273a6a6976af9 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 21 Dec 2019 17:05:25 +0000 Subject: [PATCH] ci(travis): restrict `semantic-release` version until upstream fix * Automated using https://github.com/myii/ssf-formula/pull/112 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e11c2c5..94db7a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,4 +124,4 @@ jobs: # Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default edge: true # Run `semantic-release` - script: 'npx semantic-release@15' + script: 'npx semantic-release@15.13'