Skip to content

Commit 001f4bc

Browse files
committed
Disable grass7 tests
Packages are unavailable (at the moment?)
1 parent 799b402 commit 001f4bc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ci/travis/linux/before_install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise
55

66
sudo add-apt-repository ppa:ubuntugis/ppa -y
77
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
8-
sudo add-apt-repository ppa:grass/grass-stable -y
98
sudo add-apt-repository ppa:smspillaz/cmake-3.0.2 -y
109
sudo add-apt-repository ppa:kedazo/doxygen-updates-precise -y # For doxygen 1.8.8
1110
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
@@ -19,7 +18,6 @@ sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
1918
git \
2019
graphviz \
2120
grass-dev \
22-
grass7-dev \
2321
libexpat1-dev \
2422
libfcgi-dev \
2523
libgdal1-dev \

ci/travis/linux/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export CC="clang-3.7"
55
cmake -DWITH_SERVER=ON \
66
-DWITH_STAGED_PLUGINS=OFF \
77
-DWITH_GRASS=ON \
8-
-DWITH_GRASS7=ON \
98
-DSUPPRESS_QT_WARNINGS=ON \
109
-DENABLE_MODELTEST=ON \
1110
-DENABLE_PGTEST=ON \

0 commit comments

Comments
 (0)