Browse Source

Delete `.travis.yml` because this repo uses GitHub Actions instead (#2030)

https://app.travis-ci.com/github/espeak-ng has no record of CI runs.
master
Alexander Epaneshnikov 5 months ago
parent
commit
dca99f5196
No account linked to committer's email address
1 changed files with 0 additions and 18 deletions
  1. 0
    18
      .travis.yml

+ 0
- 18
.travis.yml View File

@@ -1,18 +0,0 @@
language: c
compiler:
- gcc
- clang

branches:
only:
- master

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev

script:
- ./autogen.sh
- ./configure
- make
- make check

Loading…
Cancel
Save