From 17cbb4fd79d91c035b36b183ad27180c36503c94 Mon Sep 17 00:00:00 2001 From: Philippe Marchand Date: Thu, 26 May 2016 15:52:18 -0400 Subject: [PATCH] Retry travis-CI --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b79e15a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: r +warnings_are_errors: true +sudo: required + +env: + global: + - CRAN: http://cran.rstudio.com + +notifications: + email: + on_success: change + on_failure: change