Skip to content

Commit 7773b9c

Browse files
committed
Install git flow from apt-get PPA
1 parent 8c2d8f0 commit 7773b9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
- RELEASE_VERSION=`echo $TRAVIS_BRANCH | sed --regexp-extended 's/^release\/(.*)$/\1/'`
2727
- GIT_MERGE_AUTOEDIT=no
2828
before_install:
29-
# git-flow AVH (https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Linux,-Unix,-etc.#user-content-manual-installation)
30-
- wget --no-check-certificate -q https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh
31-
- sudo bash gitflow-installer.sh install stable
29+
# git-flow AVH (https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Linux,-Unix,-etc.#user-content-ubuntu)
30+
- sudo add-apt-repository --yes ppa:pdoes/gitflow-avh
31+
# use add-apt-repository --update in Ubuntu 17+ (Artful)
32+
- sudo apt-get update
33+
- sudo apt-get --yes install git-flow
3234
install:
3335
- git remote set-url origin https://[email protected]/$TRAVIS_REPO_SLUG.git
3436
- git remote set-branches --add origin master

0 commit comments

Comments
 (0)