Skip to content

Commit

Permalink
Updating configuration for Travis build
Browse files Browse the repository at this point in the history
Summary:
The ppa for php5 changed some time ago. Because no one was pushing
anything to this build, there was no reason to update it.

I also updated the build to use the latest version of the php
refactoring browser PHAR.
  • Loading branch information
keelerm84 committed Nov 24, 2017
1 parent d06dabd commit 7a794b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ before_install:
emacs24 emacs24-el emacs24-common-non-dfsg;
fi
- sudo apt-get install -qq patch
- sudo add-apt-repository -y ppa:ondrej/php5
- sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update -qq
- sudo apt-get install -qq php5
- wget https://github.com/QafooLabs/php-refactoring-browser/releases/download/v0.0.4/refactor.phar
- wget https://github.com/QafooLabs/php-refactoring-browser/releases/download/v0.1/refactor.phar
- chmod +x refactor.phar
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="/home/travis/build/keelerm84/php-refactor-mode.el/:/home/travis/.cask/bin:$PATH"
Expand Down

0 comments on commit 7a794b0

Please sign in to comment.