diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3b84100ab..05213c3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,11 @@ matrix: packages: ['cmake', 'clang-3.7'] compiler: clang env: COMPILER_VERSION=3.7 -# TODO: add before_script: update.py +#before_script: +# - python update.py script: - export CC="${CC}-${COMPILER_VERSION}" - export CXX="${CXX}-${COMPILER_VERSION}" - cmake . - make -j2 - # TODO: add testing. + - python check.py |