2
0
mirror of https://github.com/boostorg/hof.git synced 2026-01-27 06:52:12 +00:00

Improve yaml

This commit is contained in:
Paul
2015-02-18 18:51:45 -06:00
parent 0d90530d30
commit 2408e26635

View File

@@ -13,9 +13,10 @@ matrix:
env: GCC_VERSION="4.6"
- compiler: clang
env: LIBCXX="on"
env: GCC_VERSION="4.9"
- compiler: clang
env: LIBCXX="off"
env:
- LIBCXX="off"
- GCC_VERSION="4.9"
before_install:
- export CHECKOUT_PATH=`pwd`;