From 2be6e5d34a4c89a74a8a0bd40a6706d3705be448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Thu, 17 Nov 2016 14:57:44 -0300 Subject: [PATCH] fix: use travis-deploy-once to reenable travis-pro support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7eb334f..bad58a17 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@bahmutov/parse-github-repo-url": "^0.1.0", "@semantic-release/commit-analyzer": "^2.0.0", - "@semantic-release/condition-travis": "^5.0.0", + "@semantic-release/condition-travis": "^5.0.2", "@semantic-release/error": "^1.0.0", "@semantic-release/last-release-npm": "^1.2.1", "@semantic-release/release-notes-generator": "^2.0.0",