Browse Source

Update .travis.yml

tags/20181228
nihui GitHub 7 years ago
parent
commit
fe2cb0f550
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      .travis.yml

+ 7
- 1
.travis.yml View File

@@ -13,6 +13,9 @@ addons:
packages:
- cmake

before_install:
- pip install --user cpp-coveralls

install:
- wget https://github.com/google/protobuf/archive/v3.5.1.tar.gz
- tar -xzvf v3.5.1.tar.gz
@@ -21,5 +24,8 @@ install:
script:
- mkdir build
- cd build
- cmake ..
- cmake -DCOVERAGE=1 ..
- make -j2

after_success:
- coveralls --root . -E ".*CMakeFiles.*"

Loading…
Cancel
Save