Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
add gcc 9 CI [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored and SSE4 committed Aug 28, 2019
1 parent e710429 commit 1f825d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7
- <<: *linux
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8
- <<: *linux
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
- <<: *linux
env: CONAN_CLANG_VERSIONS=3.9 CONAN_DOCKER_IMAGE=conanio/clang39
- <<: *linux
Expand All @@ -42,7 +44,7 @@ matrix:
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *osx
osx_image: xcode10.1
osx_image: xcode10.2
env: CONAN_APPLE_CLANG_VERSIONS=10.0

install:
Expand Down

0 comments on commit 1f825d4

Please sign in to comment.