diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-15 12:28:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-15 12:28:03 +0200 |
commit | 9a793d0d39c8239ebcc76390f227596cef9b9be1 (patch) | |
tree | d2b9fc5e30f3815043be3c67a1eaf7a3550dcfd8 /.travis.yml | |
parent | 5e611543418b9ee528e2e71b214779e592e96722 (diff) |
Travis CI on R-devel, install gcc for speed
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 468cc477..c0fd6b4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,9 @@ language: r +r: + - release + - devel cache: packages +addons: + apt: + packages: + - gcc |