mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 13:20:04 +00:00
Travis: Use a stable version of clang-format
This commit is contained in:
parent
018191c1f0
commit
7acc5c8f30
3 changed files with 9 additions and 4 deletions
|
@ -3,7 +3,7 @@ language: cpp
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
sudo: true
|
||||
sudo: required
|
||||
dist: trusty
|
||||
- os: osx
|
||||
sudo: false
|
||||
|
@ -17,7 +17,6 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise
|
||||
packages:
|
||||
- gcc-6
|
||||
- g++-6
|
||||
|
@ -25,7 +24,6 @@ addons:
|
|||
- libqt5opengl5-dev
|
||||
- xorg-dev
|
||||
- lib32stdc++6 # For CMake
|
||||
- clang-format-4.0
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue