1 # .travis.yml - Travis CI service configuration for GEOS
4 # This is free software; you can redistribute and/or modify it under
5 # the terms of the GNU Lesser General Public Licence as published
6 # by the Free Software Foundation.
7 # See the COPYING file for more information.
18 - GEOS_BUILD_TOOL=autotools CFLAGS=-m32 CXXFLAGS=-m32
19 - GEOS_BUILD_TOOL=autotools CFLAGS=-m64 CXXFLAGS=-m64
20 - GEOS_BUILD_TOOL=cmake CFLAGS=-m32 CXXFLAGS=-m32
21 - GEOS_BUILD_TOOL=cmake CFLAGS=-m64 CXXFLAGS=-m64
29 - george-edison55-precise-backports
37 script: ./tools/ci/script.sh
42 - "chat.freenode.net#postgis-activity"
43 on_success: always # [always|never|change] # default: change
44 on_failure: always # [always|never|change] # default: always
48 - geos-devel@lists.osgeo.org
53 - https://webhooks.gitter.im/e/a38e35772d115f246fb9
54 on_success: always # options: [always|never|change] default: always
55 on_failure: always # options: [always|never|change] default: always
56 on_start: always # options: [always|never|change] default: always