aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-15 12:28:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-15 12:28:03 +0200
commit9a793d0d39c8239ebcc76390f227596cef9b9be1 (patch)
treed2b9fc5e30f3815043be3c67a1eaf7a3550dcfd8 /.travis.yml
parent5e611543418b9ee528e2e71b214779e592e96722 (diff)
Travis CI on R-devel, install gcc for speed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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

Contact - Imprint