Let Travis CI use Ubuntu trusty
This allows to perform C++11-based tests on the Linux.
This commit is contained in:
parent
fc9073289f
commit
fb647f69a2
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
sudo: false
|
||||
language: cpp
|
||||
sudo: required
|
||||
dist: trusty
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
|
Loading…
Add table
Reference in a new issue