Skip to content

Commit 298f4dc

Browse files
m-kuhnMatthias Kuhn
authored and
Matthias Kuhn
committed
Disable grass7 tests
Packages are unavailable (at the moment?)
1 parent 4a488cb commit 298f4dc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ci/travis/linux/before_install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export DEBIAN_FRONTEND=noninteractive
22
sudo add-apt-repository ppa:ubuntugis/ppa -y
33
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
4-
sudo add-apt-repository ppa:grass/grass-stable -y
54
sudo add-apt-repository ppa:smspillaz/cmake-3.0.2 -y
65
sudo add-apt-repository ppa:kedazo/doxygen-updates-precise -y # For doxygen 1.8.8
76
sudo apt-get update -qq
@@ -14,7 +13,6 @@ sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
1413
git \
1514
graphviz \
1615
grass-dev \
17-
grass7-dev \
1816
libexpat1-dev \
1917
libfcgi-dev \
2018
libgdal1-dev \

ci/travis/linux/install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ cd build
33
cmake -DWITH_SERVER=ON \
44
-DWITH_STAGED_PLUGINS=OFF \
55
-DWITH_GRASS=ON \
6-
-DWITH_GRASS7=ON \
76
-DSUPPRESS_QT_WARNINGS=ON \
87
-DENABLE_MODELTEST=ON \
98
-DENABLE_PGTEST=ON \

0 commit comments

Comments
 (0)