Skip to content

Commit

Permalink
turn off spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 5, 2015
1 parent b510854 commit e28b7c0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi

before_install:
- make BUILD_TYPE=$BUILD_TYPE download-all
- mkdir build
- make BUILD_TYPE=Debug download-all
- sudo ./install_prereqs.sh ubuntu

script:
- mkdir build
- make BUILD_TYPE=$BUILD_TYPE
- make BUILD_TYPE=Debug

env:
- BUILD_TYPE=Debug
# A build type which is empty should trigger a Release build in the Makefile
- BUILD_TYPE=""
global:
- CMAKE_FLAGS="-DWITH_SPOTLESS:BOOL=OFF"

0 comments on commit e28b7c0

Please sign in to comment.