Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Revert clang changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Aug 1, 2019
1 parent 1212839 commit 974f8e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ addons:
sources:
- llvm-toolchain-r-test
packages:
- g++-6
- clang-5.0
env:
global:
- CC=gcc-6
- CXX=g++-6
- CXX=clang++-5.0
- CC=clang-5.0
install:
- |
printf "while [ true ]; do\nsleep 30\necho 'Building OpenCV'\ndone" > ping.sh;
Expand Down

0 comments on commit 974f8e1

Please sign in to comment.