Fix build config validation on Travis CI (#256)

* Fix for build config validation

* Update .travis.yml

* Update .travis.yml

Co-authored-by: Tian Jin <tjingrant@gmail.com>
This commit is contained in:
Masahiro H 2020-08-18 18:55:14 +09:00 committed by GitHub
parent 7c1e67898d
commit 4ed95319db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
sudo: required
services: services:
- docker - docker
language: cpp language: cpp
os:
- linux
dist: bionic dist: bionic
arch: arch:
- s390x - s390x