Skip to content

Commit

Permalink
Force travis to build with clang on MacOS
Browse files Browse the repository at this point in the history
Summary:
Attempt to force travis to build with clang on MacOS
Closes facebook#2408

Differential Revision: D5186635

Pulled By: yiwu-arbug

fbshipit-source-id: dbb779eff07b1cb7dbd2092631303cf946316656
  • Loading branch information
Yi Wu authored and facebook-github-bot committed Jun 5, 2017
1 parent b172a3f commit afbc2d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc
osx_image: xcode8.3
jdk:
- oraclejdk7
Expand Down Expand Up @@ -35,6 +38,10 @@ matrix:
env: TEST_GROUP=2
- os : osx
env: JOB_NAME=cmake-mingw
- os : linux
compiler: clang
- os : osx
compiler: gcc

# https://docs.travis-ci.com/user/caching/#ccache-cache
install:
Expand Down

0 comments on commit afbc2d0

Please sign in to comment.