Skip to content

Commit

Permalink
ci: upgrade distro to xenial in travis
Browse files Browse the repository at this point in the history
Start from xenial, Travis supports multiple CPU architectures.
To bump to this version allows test coverage expanding for more
architectures.
See: https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system

Change-Id: If61e2d38223dad70b542d6ec0afcf4a433c9debf
Signed-off-by: Jun He <[email protected]>
  • Loading branch information
JunHe77 committed Mar 16, 2020
1 parent 814bb27 commit 7940c9c
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
group: edge

language: cpp
Expand Down

0 comments on commit 7940c9c

Please sign in to comment.