diff options
author | JF Bastien <jfb@chromium.org> | 2016-01-10 09:59:07 -0800 |
---|---|---|
committer | JF Bastien <jfb@chromium.org> | 2016-01-10 10:02:11 -0800 |
commit | 60c26fcb2bfec74b0a8d0bf13cedd1014d81db17 (patch) | |
tree | 695b2b307125273316e9c0b1f886c6503e571155 /check.py | |
parent | f637ed52c79a04b60806cf0e031847a4d7da7ff6 (diff) | |
download | binaryen-60c26fcb2bfec74b0a8d0bf13cedd1014d81db17.tar.gz binaryen-60c26fcb2bfec74b0a8d0bf13cedd1014d81db17.tar.bz2 binaryen-60c26fcb2bfec74b0a8d0bf13cedd1014d81db17.zip |
A few Travis change
Initialize the git submodules to the index (I'm not sure what they're initialized to right now).
Move exports to before_script, and print out compiler version.
Invoke check directly (the shebang and x permissions should take care of it).
Remove the sleep on warnings, it slows down Travis.
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -72,16 +72,12 @@ else: if not interpreter: print 'warning: no interpreter provided (not testing spec interpreter validation)' - time.sleep(0.5) if not has_node: print 'warning: no node found (not checking proper js form)' - time.sleep(0.5) if not has_mozjs: print 'warning: no mozjs found (not checking asm.js validation)' - time.sleep(0.5) if not has_emcc: print 'warning: no emcc found (not checking emscripten/binaryen integration)' - time.sleep(0.5) print '[ checking asm2wasm testcases... ]\n' |