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





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


script: script:

Loading…
Cancel
Save