File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# * Travis CI: https://docs.travis-ci.com/user/languages/r
66# * covr: https://github.com/jimhester/covr
77#
8- # Validate your .travis.yml file at http://lint.travis-ci.org /
8+ # YAML validated using http://www.yamllint.com /
99# ----------------------------------------------------------------
1010language : r
1111sudo : false
@@ -30,7 +30,7 @@ matrix:
3030 - _R_CHECK_LENGTH_1_CONDITION_=true
3131 - _R_CHECK_LENGTH_1_LOGIC2_=true
3232 - _R_CLASS_MATRIX_ARRAY_=true
33- - os : osx
33+ - os : osx
3434 r : oldrel
3535 - os : osx
3636 r : release
@@ -42,7 +42,7 @@ matrix:
4242 after_success :
4343 - Rscript -e 'covr::codecov(quiet=FALSE)'
4444 env : NB='w/ covr' # # Just a label
45-
45+
4646notifications :
4747 email :
4848 on_success : change
You can’t perform that action at this time.
0 commit comments