Skip to content

Commit

Permalink
fix build 05
Browse files Browse the repository at this point in the history
  • Loading branch information
basilrabi committed Nov 10, 2017
1 parent c74b1b4 commit f1c4db7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
language: r
sudo: required
dist: trusty
cache: packages

script:
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
- gcc --version

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphviz

before_install:
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap

install:
- ./run.sh install_aptget r-cran-rcpp r-cran-runit r-cran-knitr

- gcc-5
- g++-5

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

0 comments on commit f1c4db7

Please sign in to comment.