From bbaf162e3920ae90628cedea028286749a8fe38a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 14 Sep 2020 15:51:21 +0200 Subject: [PATCH] Rename script --- .travis.yml | 2 +- scripts/{travis.sh => ci.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{travis.sh => ci.sh} (100%) diff --git a/.travis.yml b/.travis.yml index d1fa2ac01..598a5ea37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux jdk: openjdk8 git: depth: false # https://stackoverflow.com/a/51727114/3714539 -script: scripts/travis.sh +script: scripts/ci.sh stages: - name: test - name: release diff --git a/scripts/travis.sh b/scripts/ci.sh similarity index 100% rename from scripts/travis.sh rename to scripts/ci.sh