Skip to content

Commit e06955c

Browse files
committed
Problems with GDAL version
1 parent 98ada3e commit e06955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git:
1313
install:
1414
- sudo apt-get update -qq
1515
- sudo apt-get install -qq gdal-bin libgdal1i libgdal1-dev libgdal-dev libgeos-dev python-dev python3-dev
16-
- pip install GDAL==1.11.3 --global-option=build_ext --global-option="-I/usr/include/gdal"
16+
- pip install GDAL==1.11.1 --global-option=build_ext --global-option="-I/usr/include/gdal"
1717
- pip install -r requirements.txt
1818

1919
before_script:

0 commit comments

Comments
 (0)