diff options
author | Alan Somers <asomers@axcient.com> | 2020-04-28 19:08:47 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2020-07-03 10:47:30 -0600 |
commit | ec05dd7f5aaffb9a8d807ccfc8bff6f376923e95 (patch) | |
tree | 95279eff666dbca2dce4c40f5342b1fbfab544e3 /.travis.yml | |
parent | f4698ea3faf35026f951271c45d4e854f5603a8a (diff) | |
download | nix-ec05dd7f5aaffb9a8d807ccfc8bff6f376923e95.zip |
Update the Linux CI environment to Ubuntu Bionic
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e05c8fe1..fcef85e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # Based on the "trust" template v0.1.1 # https://github.com/japaric/trust/tree/v0.1.1 -dist: trusty +dist: bionic language: rust services: docker |