Skip to content

Commit

Permalink
Update Travis & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Aug 29, 2019
1 parent b650f4b commit 09b69e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addons:

script:
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes nginx curl wget ccze
- sudo apt-get install -y --force-yes curl wget ccze
- sudo bash nginx-build.sh --travis && sudo bash nginx-build.sh --travis --stable && sudo bash nginx-build.sh --full --travis || sudo bash -c 'tail -n 100 /tmp/nginx-ee.log | ccze -A'
- sudo ls -alh /usr/sbin/nginx
- sudo chown -R travis /usr/local/src
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased] - XX-XX-XX

## [3.6.4] - 2019-08-29

### Added

- Debian 10 (buster) support
Expand All @@ -16,8 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated cronjob
- Improve module cloning duration by adding `--depth=50` to `git clone`
- PCRE, OPENSSL & Brotli are not compiled anymore. But are installed from [APT repository](https://build.opensuse.org/project/show/home:virtubox:nginx-ee) excepted Brotli on Debian 8 (jessie)
- Decrease build duration by 2

# [3.6.3] - 2019-07-15
## [3.6.3] - 2019-07-15

### Added

Expand All @@ -36,7 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Missing OpenSSL patch

# [3.6.2] - 2019-04-24
## [3.6.2] - 2019-04-24

### Added

Expand Down

0 comments on commit 09b69e1

Please sign in to comment.