Quellcode durchsuchen

Update Travis utils to v45

tags/3.1.0.1141
Janos Gyerik vor 6 Jahren
Ursprung
Commit
feed8e15b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh Datei anzeigen

@@ -4,7 +4,7 @@ set -euo pipefail

function configureTravis {
mkdir -p ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v44 | tar zx --strip-components 1 -C ~/.local
curl -sSL https://github.com/SonarSource/travis-utils/tarball/v45 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
configureTravis

Laden…
Abbrechen
Speichern