Browse Source

Use stable docker images only.

main
offa 7 years ago
parent
commit
487a523b88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -18,7 +18,7 @@ matrix:


before_install:
- docker pull ${DOCKER_IMG}/${CC}:latest
- docker pull ${DOCKER_IMG}/${CC}:stable
- docker images

script:

Loading…
Cancel
Save