1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

add clang to CI file

This commit is contained in:
Michael
2020-02-08 10:39:34 -08:00
parent 8a3a31f7b3
commit 3b80ba73fe

View File

@@ -8,6 +8,9 @@ matrix:
- os: linux
dist: trusty
compiler: gcc
- os: linux
dist: trusty
compiler: clang
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.3 && rvm use 2.3 && ruby -v; fi