mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Travis: clang 3.5.0 on Linux
https://docs.travis-ci.com/user/trusty-ci-environment all trusty images have sudo, and actually it is required to use this new Travis environment per docs. This makes it actually do it. Clang is 3.5 now.
This commit is contained in:
parent
d0fdc82fdf
commit
ad7e9a8d56
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
language: cpp
|
||||
sudo: false
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue