Commit d57d093e by Nicolas Capens Committed by Nicolas Capens

Restrict the Travis CI Linux distro to Trusty.

matrix.include adds to the default builds which use Ubuntu Precise which doesn't come with C++11 support by default. Change-Id: I3c009bedc62aefd3363f749bb3cb22e9bc36fb9a Reviewed-on: https://swiftshader-review.googlesource.com/11528Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent a0b210ed
language: cpp language: cpp
matrix: os:
include: - linux
- os: linux - osx
dist: trusty
sudo: false dist: trusty
- os: osx sudo: false
compiler: compiler:
- clang - clang
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment