Browse Source

Install cmake on osx travis builds. s/make check/make test/

tags/json-c-0.14-20200419
Eric Haszlakiewicz 5 years ago
parent
commit
fb0b653612
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .travis.yml

+ 4
- 1
.travis.yml View File

@@ -104,7 +104,7 @@ matrix:
- mkdir build && cd build && cmake ..
script:
- make
- make check
- make test
after_success:
- coveralls --exclude tests --exclude fuzz
@@ -124,6 +124,9 @@ before_install:
fi
before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew install cmake;
fi
- mkdir build && cd build && cmake ..
script:


Loading…
Cancel
Save