diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-09 17:22:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-09 17:36:55 -0800 |
commit | dbc1be8a3b029513c643387ccaa8caf940477a26 (patch) | |
tree | d1bf745a5bbaa59975edb345b09b2129a0960f1f | |
parent | 5ad3dfa6447685a3b436140780721d21db6d5a51 (diff) | |
download | binaryen-dbc1be8a3b029513c643387ccaa8caf940477a26.tar.gz binaryen-dbc1be8a3b029513c643387ccaa8caf940477a26.tar.bz2 binaryen-dbc1be8a3b029513c643387ccaa8caf940477a26.zip |
start to add testing in travis
-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 |