Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jan 19, 2017
2 parents 1d7051b + c60be2e commit 53d273b
Showing 1 changed file with 8 additions and 36 deletions.
44 changes: 8 additions & 36 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,14 @@
language: c
language: r
sudo: required
dist: trusty
cache: packages

before_install:
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
- chmod 755 pkg-build.sh
- ./pkg-build.sh bootstrap
- cd
- wget http://download.osgeo.org/geos/geos-3.5.0.tar.bz2
- tar xjf geos-3.5.0.tar.bz2
- cd geos-3.5.0
- ./configure --prefix=/usr
- make
- sudo make install
- wget http://download.osgeo.org/gdal/2.0.1/gdal-2.0.1.tar.gz
- tar zxf gdal-2.0.1.tar.gz
- cd gdal-2.0.1
- ./configure --prefix=/usr
- make
- sudo make install
- cd
- wget http://download.osgeo.org/proj/proj-4.9.2.tar.gz
- tar zxvf proj-4.9.2.tar.gz
- cd proj-4.9.2
- ./configure --prefix=/usr
- make
- sudo make install
- cd /home/travis/build/ropensci/GSODR

install:
- ./pkg-build.sh install_deps
env:
matrix:
- NOT_CRAN=true

script:
- ./pkg-build.sh run_tests
before_install:
- sudo apt-get install -y libgdal-dev libproj-dev

after_failure:
- ./pkg-build.sh dump_logs
Expand All @@ -41,10 +18,5 @@ notifications:
on_success: change
on_failure: change

env:
matrix:
- r: release
not_cran: true

after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 53d273b

Please sign in to comment.