summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 47ce66d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-os: linux
-language: cpp
-dist: bionic
-
-addons:
- apt:
- sources:
- - sourceline: 'ppa:nuspell/ppa'
- packages:
- - libglib2.0-dev
- - libaspell-dev
- - hspell
- - libhunspell-dev
- - libvoikko-dev
- - voikko-fi
- - aspell-en
- - libunittest++-dev
- - hunspell-fr
- - libnuspell-dev
- homebrew:
- # Note: aspell should work on macOS, but has been removed because one of
- # the tests fails; see https://github.com/Homebrew/homebrew-core/issues/4097
- packages:
- - glib
- - dbus-glib
- - hspell
- - hunspell
- - libvoikko
- - unittest-cpp
- update: true
-
-env:
- global:
- - VERBOSE=1 # Get test logs in Travis logs
-
-jobs:
- include:
- - os: linux
- env:
- - ASAN=yes
- - os: osx
-
-script:
- - ./build-aux/travis-build.sh