Skip to content

Commit 6007766

Browse files
committed
use Ubuntu 14.04 on Travis CI
1 parent 5f113be commit 6007766

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: ruby
2+
dist: trusty
23
rvm:
34
- 1.9.3
45
env:
@@ -15,8 +16,8 @@ script:
1516
addons:
1617
apt:
1718
sources:
18-
- llvm-toolchain-precise-5.0
19-
- llvm-toolchain-precise-4.0
19+
- llvm-toolchain-trusty-5.0
20+
- llvm-toolchain-trusty-4.0
2021
- ubuntu-toolchain-r-test
2122
packages:
2223
- g++-4.9

t/clang_format_spec.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function! s:detect_clang_format() abort
88
return $CLANG_FORMAT
99
endif
1010

11-
for suffix in ['-HEAD', '-3.8', '-3.7', '-3.6', '-3.5', '-3.4', '']
11+
for suffix in ['-HEAD', '-5.0', '-4.0', '-3.8', '-3.7', '-3.6', '-3.5', '-3.4', '']
1212
let c = 'clang-format' . suffix
1313
if executable(c)
1414
return c

0 commit comments

Comments
 (0)