Skip to content

Commit

Permalink
speak to me travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 13, 2018
1 parent 3658363 commit 2649c57
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Expand Up @@ -4,18 +4,15 @@ language: R
sudo: enabled
cache: packages


addons:
apt:
sources:
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'

packages:
- libproj-dev
- libudunits2-dev
- libnetcdf-dev
- netcdf-bin

apt:
sources:
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'
packages:
- libproj-dev
- libudunits2-dev
- libnetcdf-dev
- netcdf-bin

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

0 comments on commit 2649c57

Please sign in to comment.