Browse Source

Travis: add osx and clang builds

tags/json-c-0.13-20171207
James Myatt 10 years ago
parent
commit
82030cd0af
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -2,9 +2,11 @@ language: cpp
compiler:
- gcc
- clang
os:
- linux
- osx
before_install:
- echo $LANG


Loading…
Cancel
Save