We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382ba0d commit 5c0158eCopy full SHA for 5c0158e
.travis.yml
@@ -3,7 +3,9 @@ script: make spec
3
4
os:
5
- linux
6
- - osx
+ # TODO: Re-add OS X when Travis improves run times.
7
+ # Alternatively: introduce OS X builds only on master, not on PRs
8
+ # - osx
9
crystal:
10
- latest
11
- nightly
0 commit comments