Skip to content

Commit 559aced

Browse files
committed
0.3.0; travis notes for mac + compiler inputs
1 parent dd510c2 commit 559aced

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: c
2+
3+
# https://docs.travis-ci.com/user/languages/c/#gcc-on-macos
4+
# On mac, gcc is aliased to clang, so we only have one row
5+
# in build the matrix, not two like on linux
26
compiler:
3-
- gcc
47
- clang
8+
- gcc
59

610
jobs:
711
include:

0 commit comments

Comments
 (0)