Skip to content

Commit 7a83e07

Browse files
committed
try to get separate badges for Travis
1 parent 86df272 commit 7a83e07

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ os:
55
- linux
66
- osx
77

8+
env:
9+
- BADGE=linux
10+
- BADGE=osx
11+
12+
# hack to get some OS-specific badges
13+
matrix:
14+
exclude:
15+
- os: linux
16+
env: BADGE=osx
17+
- os: osx
18+
env: BADGE=linux
19+
820
#before_install: gem install bundler -v 1.15.4
921
script:
1022
- g++ -v

0 commit comments

Comments
 (0)