Skip to content

Commit

Permalink
switch travis back not using sudo (root doesn't exist).
Browse files Browse the repository at this point in the history
Try forcing precise (July 18 default of travis switched to trusty which is around when we started having problems).

git-svn-id: http://svn.osgeo.org/postgis/trunk@15531 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
robe2 committed Aug 5, 2017
1 parent 74db1d1 commit f33255e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ before_install:
- ./autogen.sh

language: c
dist: precise

compiler: gcc

script:
- ./configure
- make
- sudo make check
- sudo make check RUNTESTFLAGS='--dumprestore'
- make check
- make check RUNTESTFLAGS='--dumprestore'
- sudo make install
- sudo make installcheck
- sudo make installcheck RUNTESTFLAGS='--dumprestore'
- make installcheck
- make installcheck RUNTESTFLAGS='--dumprestore'

notifications:
email: false
Expand Down

0 comments on commit f33255e

Please sign in to comment.