Skip to content

Commit 6f9be4d

Browse files
committed
[travis] Fail fast on error
1 parent ee75d8c commit 6f9be4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/travis/linux/script.sh

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# #
1414
###########################################################################
1515

16+
set -e
17+
1618
export PYTHONPATH=${HOME}/osgeo4travis/lib/python3.3/site-packages/
1719
export PATH=${HOME}/osgeo4travis/bin:${HOME}/osgeo4travis/sbin:${HOME}/OTB-5.6.0-Linux64/bin:${PATH}
1820
export LD_LIBRARY_PATH=${HOME}/osgeo4travis/lib

0 commit comments

Comments
 (0)