Skip to content

Commit

Permalink
Travis CI: attempt to build faster - trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 28, 2017
1 parent 3245b32 commit 8319fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ before_install:
- cd $TRAVIS_BUILD_DIR
script:
- WASM_LLVM_CONFIG=$TRAVIS_BUILD_DIR/ext/wasm-compiler/bin/llvm-config ext/cmake-3.9.0-Linux-x86_64/bin/cmake -G Ninja -DCMAKE_CXX_COMPILER=clang++-4.0 -DCMAKE_C_COMPILER=clang-4.0 -DBOOST_ROOT=$TRAVIS_BUILD_DIR/ext -DSecp256k1_ROOT_DIR=$TRAVIS_BUILD_DIR/ext
- ninja
- ninja --help && ninja -j2
- tests/chain_test
- tests/slow_test

0 comments on commit 8319fe8

Please sign in to comment.