Skip to content

Commit

Permalink
travis: another guess at right packages and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed Sep 20, 2017
1 parent 4e34100 commit 1df8f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ before_install:
- sudo cp clang+llvm-4.0.1-x86_64-linux-gnu-debian8/bin/clang-format /usr/local/bin/
- which clang-format
- clang-format --version
- sudo apt-get install -y -q libc6-dev-i386 lib32stdc++-4.8-dev lib32stdc++-5-dev linux-libc-dev \
g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu g++-arm-linux-gnueabihf
- sudo apt-get install -y -q libc6-dev-i386 lib32stdc++-4.8-dev linux-libc-dev g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu g++-arm-linux-gnueabihf

install: true

Expand Down

0 comments on commit 1df8f49

Please sign in to comment.