Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 22, 2017
1 parent b100f13 commit b7eacef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ compiler:

script:
- mkdir debug && cd debug
- ls -la
- pwd
- cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make
- ../bin/run-tests

# Handle git submodules by ourselves.
git:
Expand All @@ -31,7 +31,7 @@ before_install:
- cmake -DCMAKE_BUILD_TYPE=Debug -DHTTP_CLIENT=YES -DHTTP_SERVER=YES -DCOMPILE_STUBGEN=YES ..
- make
- sudo make install && sudo ldconfig
- cd .. && rm -rf libjson-rpc-cpp
- cd ../../ && rm -rf libjson-rpc-cpp

matrix:
include:
Expand Down

0 comments on commit b7eacef

Please sign in to comment.