Enable the full toolset Travis matrix.

This commit is contained in:
Rene Rivera
2015-05-26 09:26:08 -05:00
parent 344562f72b
commit 13f2501097

View File

@ -25,14 +25,14 @@ matrix:
include:
- compiler: clang
env: TOOLSET=clang-3.4
#- compiler: clang
# env: TOOLSET=clang-3.5
#- compiler: gcc
# env: TOOLSET=gcc-4.7
#- compiler: gcc
# env: TOOLSET=gcc-4.8
#- compiler: gcc
# env: TOOLSET=gcc-4.9
- compiler: clang
env: TOOLSET=clang-3.5
- compiler: gcc
env: TOOLSET=gcc-4.7
- compiler: gcc
env: TOOLSET=gcc-4.8
- compiler: gcc
env: TOOLSET=gcc-4.9
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
install: python script.py travis_install