Skip to content

Commit

Permalink
remove static tests (doc, sip coverage) from main build
Browse files Browse the repository at this point in the history
finally!
  • Loading branch information
3nids committed Jun 28, 2017
1 parent 1d7ace1 commit 891481d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ci/travis/linux/blacklist.txt
Expand Up @@ -12,10 +12,10 @@ PyQgsDBManagerGpkg
ProcessingParametersTest
ProcessingGdalAlgorithmsTest

# layout tests are run on separate build
qgis_indentation
# code layout tests are run on separate build
qgis_spelling
qgis_sipify
qgis_sip_include
qgis_sip_uptodate

# flacky
Expand Down
2 changes: 1 addition & 1 deletion .ci/travis/linux/install.sh
Expand Up @@ -50,7 +50,7 @@ CMAKE_FLAGS="
-DENABLE_PGTEST=ON
-DWITH_QSPATIALITE=ON
-DWITH_QWTPOLAR=OFF
-DWITH_APIDOC=ON
-DWITH_APIDOC=OFF
-DWITH_ASTYLE=OFF
-DWITH_INTERNAL_YAML=OFF
-DDISABLE_DEPRECATED=ON
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -22,20 +22,16 @@ matrix:
apt:
sources:
- llvm-toolchain-precise-3.8
- george-edison55-precise-backports # doxygen 1.8.3 # TODO: remove
- ubuntu-toolchain-r-test
packages:
- doxygen # TODO: remove
- bison
- flex
- graphviz # TODO: remove
- libpq-dev
- libfcgi-dev
- libfftw3-3
- libgsl0-dev
- pkg-config
- poppler-utils
- txt2tags # TODO: remove
- xvfb
- clang-3.8

Expand Down

0 comments on commit 891481d

Please sign in to comment.