Skip to content

Commit

Permalink
travis: use default xenial instead of trusty (#485)
Browse files Browse the repository at this point in the history
Trusty is EOL and no longer supported.
Use the default Xenial 16.04

Signed-off-by: Dalton Bohning <daltonx.bohning@intel.com>
  • Loading branch information
Dalton Bohning authored May 4, 2021
1 parent bdf06d4 commit 42a8b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial

language: c

Expand Down

0 comments on commit 42a8b88

Please sign in to comment.