From e171ee4b1946d883e6c5dc50c929428329daa477 Mon Sep 17 00:00:00 2001 From: Suhas Karanth Date: Fri, 28 Sep 2018 09:03:02 +0530 Subject: [PATCH] revert: Pin travis-deploy-once to v5.0.4 Revert commit b86eea3e70040710f28734c2db03d53305ed27a4. Issue fixed in `travis-deploy-once@5.0.9` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 939d33f7..c4f3ca6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,5 @@ after_script: - yarn run coverage after_success: - - yarn global add travis-deploy-once@5.0.4 + - yarn global add travis-deploy-once - travis-deploy-once "yarn global add semantic-release@12 && semantic-release"