[postgis-tickets] r14341 - Remove carriage returns from .travis.yml

Sandro Santilli strk at keybit.net
Thu Oct 29 02:53:39 PDT 2015


Author: strk
Date: 2015-10-29 02:53:38 -0700 (Thu, 29 Oct 2015)
New Revision: 14341

Modified:
   branches/2.1/.travis.yml
Log:
Remove carriage returns from .travis.yml

Modified: branches/2.1/.travis.yml
===================================================================
--- branches/2.1/.travis.yml	2015-10-29 09:52:19 UTC (rev 14340)
+++ branches/2.1/.travis.yml	2015-10-29 09:53:38 UTC (rev 14341)
@@ -1,26 +1,26 @@
----
-env:
-  global:
-    - PGUSER=postgres
-    - RUNTESTFLAGS=-v
-before_install:
-  - rm .travis.yml
-  - sudo apt-get update
-  - apt-cache search libgdal
-  - sudo apt-get install -q build-essential flex autoconf libtool gfortran postgresql-server-dev-9.1 xsltproc libjson0-dev libproj-dev dblatex xsltproc libcunit1-dev libcunit1 docbook-xsl docbook-mathml libgdal-dev libgeos-dev
-  - git config --global user.name "PostGIS Travis CI"
-  - git config --global user.email $HOSTNAME":not-for-mail at travis-ci.org"
-  - ./autogen.sh
-language: c
-compiler:
-  - gcc
-notifications:
-  email: false
-  irc:
-    channels:
-      - "irc.freenode.org#postgis"
-    on_success: change
-    on_failure: always
-    use_notice: true
-#after_failure:
-#  - cat /tmp/pgis_reg/*
+---
+env:
+  global:
+    - PGUSER=postgres
+    - RUNTESTFLAGS=-v
+before_install:
+  - rm .travis.yml
+  - sudo apt-get update
+  - apt-cache search libgdal
+  - sudo apt-get install -q build-essential flex autoconf libtool gfortran postgresql-server-dev-9.1 xsltproc libjson0-dev libproj-dev dblatex xsltproc libcunit1-dev libcunit1 docbook-xsl docbook-mathml libgdal-dev libgeos-dev
+  - git config --global user.name "PostGIS Travis CI"
+  - git config --global user.email $HOSTNAME":not-for-mail at travis-ci.org"
+  - ./autogen.sh
+language: c
+compiler:
+  - gcc
+notifications:
+  email: false
+  irc:
+    channels:
+      - "irc.freenode.org#postgis"
+    on_success: change
+    on_failure: always
+    use_notice: true
+#after_failure:
+#  - cat /tmp/pgis_reg/*



More information about the postgis-tickets mailing list