Skip to content

Commit

Permalink
another attempt with travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Feb 19, 2020
1 parent 11d00cf commit 85c5725
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
@@ -1,9 +1,6 @@
language: r

warnings_are_errors: true

sudo: required

cache: packages

r_packages:
Expand All @@ -12,17 +9,19 @@ r_packages:
r_github_packages:
- r-lib/covr

#r_binary_packages:
# - libgit2

before_install:
- cd r-package
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes udunits-bin libproj-dev libgeos-dev libgdal-dev libgdal1-dev libudunits2-dev
- R -e 'install.packages("rgdal", repos="http://R-Forge.R-project.org")'

install: travis_wait mvn install
#install:
# - travis_wait mvn install

script:
- R CMD build .
- travis_wait 120 R CMD check *tar.gz

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

0 comments on commit 85c5725

Please sign in to comment.