Skip to content

Commit 0008634

Browse files
author
Ayane Satomi
committed
[ci] use precise for Docker builds
Signed-off-by: Ayane Satomi <[email protected]>
1 parent 48f608a commit 0008634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Linux build - x86_64"
1919
os: linux
2020
arch: amd64
21-
dist: trusty
21+
dist: precise
2222
env: TARGET="linux" PUSH_DOCKER="true"
2323
if: tag IS blank
2424
script: scripts/ci.bash
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Linux build - ARM"
3333
os: linux
3434
arch: arm64
35-
dist: trusty
35+
dist: precise
3636
env: TARGET="linux"
3737
if: tag IS blank
3838
script: scripts/ci.bash

0 commit comments

Comments
 (0)