Skip to content

Commit

Permalink
Update Alpine version to 3.7 for Travis (#1799)
Browse files Browse the repository at this point in the history
We have been pushing Docker images built on Alpine v3.7, but our Travis config
has been stuck back on v3.6. These should match.
  • Loading branch information
chambbj authored and abellgithub committed Feb 5, 2018
1 parent 2b988ce commit e304603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ sudo: required
services: docker

before_install:
- docker pull alpine:3.6
- docker pull alpine:3.7

script:
- docker run -v $TRAVIS_BUILD_DIR:/pdal -t alpine:3.6 /bin/sh -c "/pdal/scripts/ci/script.sh"
- docker run -v $TRAVIS_BUILD_DIR:/pdal -t alpine:3.7 /bin/sh -c "/pdal/scripts/ci/script.sh"

after_success:
- echo "secure travis:" "$TRAVIS_SECURE_ENV_VARS"
Expand Down

0 comments on commit e304603

Please sign in to comment.