From 8ad7346e4905a138d03acd3d97b59a730e568027 Mon Sep 17 00:00:00 2001 From: Matan Rosenberg Date: Sat, 1 Jul 2017 23:23:07 +0300 Subject: [PATCH] Fix push to codecov once per build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6167a0..33d57f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ cache: - "$HOME/.gradle/wrapper/" after_success: - - "[ $INTELLIJ_VERSION = \"latest\" ] || bash <(curl -s https://codecov.io/bash)" + - "[ \"$INTELLIJ_VERSION\" != \"latest\" ] || bash <(curl -s https://codecov.io/bash)" before_deploy: - ./gradlew buildPlugin