Skip to content

Commit

Permalink
Merge pull request nasa#40 from astrogeco/fix39-clang-format-10-fails
Browse files Browse the repository at this point in the history
Fix nasa#39, Clang-format-10 fails in Travis CI
  • Loading branch information
astrogeco authored Mar 10, 2020
2 parents e61830f + 6cf5a57 commit adf222c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
os: linux
dist: bionic
sudo: required
language:
- c
language: c
compiler:
- gcc
addons:
Expand All @@ -16,7 +15,7 @@ before_install:
- cppcheck --version
# for clang-format 10
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main'
- sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
- sudo apt-get update
- sudo apt-get install clang-format-10
- clang-format-10 --version
Expand Down

0 comments on commit adf222c

Please sign in to comment.