Browse Source

Use version 1 of TravisCI toolbelt

tags/5.2-RC1
David Gageot 9 years ago
parent
commit
9883b21b72
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

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

function installTravisTools {
curl -sSL https://raw.githubusercontent.com/dgageot/travis-utils/master/install.sh | sh
curl -sSL https://raw.githubusercontent.com/dgageot/travis-utils/v1/install.sh | sh
source /tmp/travis-utils/utils.sh
}


Loading…
Cancel
Save