Skip to content

Commit 469fb16

Browse files
Fix syntax error in .travis.yml
1 parent 8afb512 commit 469fb16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
#----------------------------------------------------------------
1010
language: r
1111
sudo: 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+
4646
notifications:
4747
email:
4848
on_success: change

0 commit comments

Comments
 (0)