Skip to content

Commit

Permalink
add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed May 7, 2019
1 parent cfaaf69 commit add1229
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
57 changes: 57 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf400
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww23000\viewh19160\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 language: r\
\
cache:\
- packages\
- cache\
\
sudo: required\
dist: trusty\
latex: false\
\
r:\
- release\
\
addons:\
apt:\
sources:\
- sourceline: 'ppa:ubuntugis/ubuntugis-unstable'\
packages:\
- libudunits2-dev\
- libproj-dev\
- libgeos-dev\
- libgdal-dev\
\
env:\
global:\
- R_BUILD_ARGS="--no-vignettes --no-manual"\
- R_CHECK_ARGS="--no-vignettes --no-manual --as-cran"\
- NOT_CRAN="true"\
- _R_CHECK_FORCE_SUGGESTS_=false\
- R_CODECOV=true\
\
warnings_are_errors: false\
\
r_github_packages:\
- mikejohnson51/AOI\
- jimhester/covr\
\
script:\
- |\
R CMD build .\
travis_wait 20 R CMD check climateR*tar.gz\
\
after_success:\
- if [[ "$\{R_CODECOV\}" ]]; then travis_wait 20 R -e 'covr::coveralls()'; fi s\
\
notifications:\
email:\
on_success: change\
on_failure: change\
}

0 comments on commit add1229

Please sign in to comment.