Skip to content

Commit

Permalink
Fetch box.phar instead of using composer
Browse files Browse the repository at this point in the history
The old method stopped working for some reason.
  • Loading branch information
xendk committed Oct 26, 2018
1 parent 142812a commit 5707dba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ script:
- bash <(curl -s https://codecov.io/bash)

after_success:
- composer global require humbug/box --prefer-dist
- composer install --no-dev
- "~/.composer/vendor/bin/box compile --no-interaction"
- wget https://github.com/humbug/box/releases/download/3.1.2/box.phar
- php box.phar compile --no-interaction

deploy:
skip_cleanup: true
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Fetch box.phar instead of using composer install

## 0.7.0 - 2018-10-26
### Use humbug box fork
### Changed
- Use humbug box fork

## 0.6.0 - 2018-10-25
### Changed
Expand Down

0 comments on commit 5707dba

Please sign in to comment.