Skip to content

Commit 11c4385

Browse files
committed
fix apt sources
1 parent cad2dad commit 11c4385

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: ruby
2-
sudo: false
32
rvm:
43
- 1.9.3
5-
64
env:
75
- CLANG_VERSION="3.7"
86
- CLANG_VERSION="3.8"
@@ -14,11 +12,13 @@ install:
1412
script:
1513
- CLANG_FORMAT=clang-format-${CLANG_VERSION} rake ci
1614

17-
cache:
18-
- apt
19-
2015
addons:
2116
apt:
17+
sources:
18+
- llvm-toolchain-precise
19+
- llvm-toolchain-precise-3.7
20+
- ubuntu-toolchain-r-test
2221
packages:
23-
- clang-format-3.8
22+
- g++-4.9
2423
- clang-format-3.7
24+
- clang-format-3.8

0 commit comments

Comments
 (0)