Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ci] Disable Travis CI
  • Loading branch information
ebraminio committed Aug 2, 2020
1 parent 11bb8aa commit 5015156
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 94 deletions.
17 changes: 0 additions & 17 deletions .ci/build-freetype.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .ci/fail.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .ci/run-coveralls.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: pip3 install fonttools meson --upgrade
- run: ./autogen.sh
- run: make -j32
- run: make distcheck || .ci/fail.sh
- run: make distcheck
- run: rm harfbuzz-* && make distdir
- run: cd harfbuzz-* && meson build && ninja -Cbuild test

Expand Down
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Travis Build Status](https://travis-ci.org/harfbuzz/harfbuzz.svg?branch=master)](https://travis-ci.org/harfbuzz/harfbuzz)
[![Linux CI Status](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)
[![CircleCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master)
[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
[![Coverity Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
Expand Down

0 comments on commit 5015156

Please sign in to comment.