Browse Source

Update .travis.yml

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

+ 1
- 4
.travis.yml View File

@@ -22,11 +22,8 @@ install:
- pushd protobuf-3.5.1 && ./autogen.sh && ./configure --prefix=/usr && make -j2 && sudo make install && sudo ldconfig && popd

script:
- mkdir build
- pushd build
- cmake -DCOVERAGE=1 ..
- cmake -DCOVERAGE=1 .
- make -j2
- popd

after_success:
- coveralls --root . -E ".*build.*" -E ".*protobuf.*"

Loading…
Cancel
Save