Skip to content

Commit

Permalink
Revert "ensure phive updates itself"
Browse files Browse the repository at this point in the history
This reverts commit 1b70648.
  • Loading branch information
theseer committed Dec 13, 2020
1 parent 1b70648 commit 0043f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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 0043f2d

Please sign in to comment.