Skip to content

Commit

Permalink
Apply "update.sh" and fix "latest" to point to "8.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 3, 2016
1 parent 2b90e28 commit 9c8404b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: bash
services: docker

env:
- VERSION=8.0 VARIANT=apache
- VERSION=8.0 VARIANT=fpm
- VERSION=8.1 VARIANT=apache
- VERSION=8.1 VARIANT=fpm
- VERSION=8.0 VARIANT=apache
- VERSION=8.0 VARIANT=fpm
- VERSION=7 VARIANT=apache
- VERSION=7 VARIANT=fpm

Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

declare -A aliases
aliases=(
[8]='latest'
[8.0]='latest'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 9c8404b

Please sign in to comment.