aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2020-03-23 14:44:01 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2020-03-24 09:35:31 +0100
commit08ff66f93b46b02a9be7983e341451303f1cf00f (patch)
treeb591627a3ea22e4db8110bfcd69ea715612b6a7f /.travis.yml
parentbb47e1b9cd2926bed3e63f528e063e462c28975a (diff)
downloadqxmpp-08ff66f93b46b02a9be7983e341451303f1cf00f.tar.gz
[tests] run Linux and OS X tests using GitHub Actions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 154c8684..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-sudo: required
-dist: bionic
-language: cpp
-cache: apt
-compiler:
- - gcc
- - clang
-env:
- - CONFIG=minimal
- - CONFIG=full
- - CONFIG=full-debug
-install:
- - tests/travis/install-build-depends
-matrix:
- exclude:
- - os: osx
- compiler: gcc
-os:
- - linux
- - osx
-script:
- - tests/travis/build-and-test
-after_success:
- - |
- if [ "$CONFIG" = "full-debug" ]; then
- bash <(curl -s https://codecov.io/bash)
- fi