Skip to content

Commit 8444d91

Browse files
committed
update Travis CI to use bionic
1 parent be7ea23 commit 8444d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
language: c
44
sudo: required
5-
group: edge
5+
dist: bionic
66

77
before_install:
88
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
@@ -20,4 +20,4 @@ after_failure:
2020
notifications:
2121
email:
2222
on_success: change
23-
on_failure: change
23+
on_failure: change

0 commit comments

Comments
 (0)