mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 03:37:50 +02:00
add osx to travis build
This commit is contained in:
parent
91e183fb85
commit
a98efa9a0b
@ -4,10 +4,19 @@ language: cpp
|
|||||||
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
compiler: gcc
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user