Skip to content

Commit

Permalink
ensure phive updates itself
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Dec 11, 2020
1 parent 75b19dd commit 1b70648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_install:
- if [ ! -d "$HOME/.phive" ]; then mkdir "$HOME/.phive"; fi
- if [ ! -f "$HOME/.phive/phive.phar" ]; then ant getphive; mv phive.phar "$HOME/.phive/"; fi
- install --mode=0755 -T "$HOME/.phive/phive.phar" "$HOME/bin/phive"
- $HOME/bin/phive self-update

install:
- ant setup
Expand Down

0 comments on commit 1b70648

Please sign in to comment.