Skip to content

Commit 765a277

Browse files
yutannihilationhadley
authored andcommitted
Fix Travis failures (#2957)
* Tweak .travis.yml * Use R_REMOTES_NO_ERRORS_FROM_WARNINGS=true c.f. travis-ci/travis-ci#10285 (comment)
1 parent 01f0277 commit 765a277

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ matrix:
99
- r: devel
1010
- r: release
1111
env: USE_VDIFFR=true
12+
r_github_packages: lionel-/vdiffr
1213
- r: oldrel
1314
- r: 3.2
15+
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
1416
- r: 3.1
15-
16-
# work around temporary travis + R 3.5 bug
17-
r_packages: devtools
18-
19-
# Install manually because dev vdiffr is not compatible with Appveyor yet
20-
r_github_packages: lionel-/vdiffr
17+
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
2118

2219
# environment variables set for all builds
2320
env:

0 commit comments

Comments
 (0)