diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2017-04-02 21:46:10 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-04-06 11:26:34 -0400 |
commit | 1759e91986e4370eede029e0fc39168a6fffd57b (patch) | |
tree | 6c313716593b44af52288984efe73584fa1380fc /.travis.yml | |
parent | 08359bc570dc4a078c025e5650d303954df244ac (diff) | |
download | mariadb-git-1759e91986e4370eede029e0fc39168a6fffd57b.tar.gz |
travis: osx - specify allowed_failures accurately
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 31141a3dec2..e1cb47420b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,13 @@ env: matrix: allowed_failures: - os: osx + env: + - GCC_VERSION=4.8 + - GCC_VERSION=5 + - GCC_VERSION=6 + compiler: + - gcc + - clang include: - os: osx before_install: |