Removing unneeded make directive
authorTobias Markus <tobbi@mozilla-uk.org>
Mon, 27 Oct 2014 09:51:32 +0000 (10:51 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Mon, 27 Oct 2014 09:51:32 +0000 (10:51 +0100)
.travis.yml

index 296c03e..b1ecc4d 100644 (file)
@@ -46,13 +46,13 @@ script:
  # First a debug build:
 - mkdir build-debug
 - cd build-debug
-- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCHECK_ASSETS=off
+- cmake .. -DCMAKE_BUILD_TYPE=Debug
 - make VERBOSE=1 -j $(nproc)
 # Then a release build:
 - cd ..
 - mkdir build-release
 - cd build-release
-- cmake .. -DCMAKE_BUILD_TYPE=Release -DCHECK_ASSETS=off
+- cmake .. -DCMAKE_BUILD_TYPE=Release
 - make VERBOSE=1 -j $(nproc)
 
 notifications: