Skip to content

Commit

Permalink
Forgot to add configure
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 24, 2017
1 parent 9b37ebc commit dbbd8a8
Show file tree
Hide file tree
Showing 2 changed files with 3,724 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,10 +1,11 @@
dist: trusty
language: r
sudo: required
sudo: false
cache: packages

r:
- release
- devel # Not working
- devel
- oldrel

os:
Expand All @@ -28,8 +29,8 @@ r_packages:
- survival


before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2 && sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /; rm gfortran-4.8.2-darwin13.tar.bz2 ; fi
#before_install:
# - if [ $TRAVIS_OS_NAME == "osx" ]; then curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2 && sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /; rm gfortran-4.8.2-darwin13.tar.bz2 ; fi

after_success:
- if [ $TRAVIS_OS_NAME == "linux" ]; then Rscript -e 'covr::codecov()'; fi
Expand Down

0 comments on commit dbbd8a8

Please sign in to comment.