Skip to content

Commit

Permalink
add CI for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
delfrrr committed Sep 12, 2018
1 parent 50ade6c commit d89a9a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ language: generic

matrix:
include:
# clang-format specific job
- os: linux
sudo: false
env: CLANG_FORMAT
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
packages: [ 'libstdc++6', 'libstdc++-5-dev' ]
script:
- make format
- os: linux
sudo: false
env: CXX=g++-5
Expand Down

0 comments on commit d89a9a3

Please sign in to comment.