Skip to content

Commit

Permalink
[travis] putting macOS testing on hold
Browse files Browse the repository at this point in the history
  • Loading branch information
kavon committed Jul 17, 2018
1 parent 47d365b commit 1c0e04c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ dist: trusty

os:
- linux
- osx
# - osx

# TODO I think the only sensible way to get macOS testing to work is if
# we have a script that downloads and extracts a pre-built LLVM, since
# homebrew seems to either build from source, or somehow doesn't have
# llc available (maybe it's just not in your path though?)

compiler:
- gcc
Expand Down

0 comments on commit 1c0e04c

Please sign in to comment.