Skip to content

Commit

Permalink
upgrade caddy to version 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpatty committed Jan 25, 2017
1 parent e60be0a commit e5e9ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/caddy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
run docker-compose -f docker-compose.travis.yml up -d
}

@test "Caddy should be version v0.9.4" {
@test "Caddy should be version v0.9.5" {
run docker run alpinecaddy_caddy caddy --version
[[ "$output" =~ "0.9.4" ]]
[[ "$output" =~ "0.9.5" ]]
}

@test "Caddy Should Be The User" {
Expand Down

0 comments on commit e5e9ae6

Please sign in to comment.