Specify default Travis CI build platform explicitly
This doesn't really change anything right now, as Ubuntu Xenial is used by default anyhow, but removes the last message from the validator at https://config.travis-ci.com/explore so still worth having.
This commit is contained in:
parent
4cb949d9b5
commit
cfaec20ae3
@ -4,6 +4,10 @@
|
||||
# root directory of the project.
|
||||
language: cpp
|
||||
|
||||
# Specify the default platform.
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- dist: trusty
|
||||
|
Loading…
Reference in New Issue
Block a user