Skip to content

Commit 5c0158e

Browse files
authored
[travis] Don't build on OS X for now.
1 parent 382ba0d commit 5c0158e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ script: make spec
33

44
os:
55
- linux
6-
- osx
6+
# TODO: Re-add OS X when Travis improves run times.
7+
# Alternatively: introduce OS X builds only on master, not on PRs
8+
# - osx
79
crystal:
810
- latest
911
- nightly

0 commit comments

Comments
 (0)