Skip to content

Commit a8dee26

Browse files
committed
travis build config and docker edge config update
1 parent 25d002e commit a8dee26

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ branches:
1010
- /^v[0-9.]+$/
1111

1212
go:
13-
- 1.10.x
14-
- 1.x
13+
- 1.11.x
1514
- tip
1615

1716
go_import_path: aahframe.work

Dockerfile.edge

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ RUN apt-get update
99

1010
RUN rm -rf $GOPATH/src
1111

12-
RUN go get aahframe.work/cmd/aah
12+
RUN go get aahframe.work/cli/aah
1313

1414
RUN aah -v
1515

16+
# Fetching addon and extensions aah libraries
17+
RUN go get aahframe.work/minify/html && \
18+
go get aahframe.work/cache/provider/inmemory && \
19+
go get aahframe.work/cache/provider/memcache && \
20+
go get aahframe.work/cache/provider/redis
21+
1622
WORKDIR $GOPATH/src

0 commit comments

Comments
 (0)