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