Skip to content

Commit

Permalink
Remove debug leftovers from travis configuration update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuts committed Jul 20, 2015
1 parent c44a80f commit d4bef1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -65,8 +65,6 @@ matrix:
before_script:
- mkdir build
- cd build
- apt-cache search clang
- ls /usr/local
- echo "Using compilers $CXX-${COMPILER_VERSION} and $CC-${COMPILER_VERSION}"
- cmake -DCMAKE_CXX_COMPILER=$CXX-${COMPILER_VERSION} -DCMAKE_C_COMPILER=$CC-${COMPILER_VERSION} ..

Expand Down

0 comments on commit d4bef1d

Please sign in to comment.