Skip to content

Commit

Permalink
Merge pull request #656 from camptocamp/spam
Browse files Browse the repository at this point in the history
Remove unneeded messages
  • Loading branch information
sbrunner committed Aug 15, 2013
2 parents d6206a6 + f6c90ea commit c8db8c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ python:

before_install:
- sudo apt-get update
- sudo apt-get install -y -q10 postgresql-9.1-postgis apache2 cgi-mapserver
- sudo apt-get install -y postgresql-9.1-postgis apache2 cgi-mapserver
- sudo -u postgres createdb -E UTF8 -T template0 c2cgeoportal_test
- sudo -u postgres psql -d c2cgeoportal_test -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
- sudo -u postgres psql -d c2cgeoportal_test -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
- sudo -u postgres psql -q -d c2cgeoportal_test -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
- sudo -u postgres psql -q -d c2cgeoportal_test -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
- sudo -u postgres createuser www-data --no-superuser --no-createdb --no-createrole
- sudo -u postgres psql -d c2cgeoportal_test -f travis-db.sql
- sudo -u postgres psql -q -d c2cgeoportal_test -f travis-db.sql
- sudo apache2ctl graceful

install:
Expand Down

0 comments on commit c8db8c4

Please sign in to comment.