Skip to content

Commit c6fa2a3

Browse files
committed
Wingardium leviosa
1 parent a6f55c5 commit c6fa2a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ jobs:
6565
- BUILD_SUBDIR=${BUILD_SUBDIR:-.}
6666
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
6767
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
68-
- pwd
69-
- ls
7068
- ${TRAVIS_BUILD_DIR}/clang-tidy-diff.sh
7169
- make -j2 install
70+
- cd ${TRAVIS_BUILD_DIR}
7271
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin
7372

7473
- <<: *test-ubuntu

0 commit comments

Comments
 (0)