summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-01-17 12:50:42 +0000
committerSadie Powell <sadie@witchery.services>2020-01-17 15:35:20 +0000
commit2e91d9b2e19a5dee8e5e0959bc9face260c22daf (patch)
tree8dd78efb1e66895ebf619f5566daf056038ce1c8 /.travis.yml
parentca452cca521e2b938dfb37f62d23614c9ec18a90 (diff)
Migrate from Travis CI to GitHub Actions.
This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c8740e267..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-compiler:
- - clang
- - gcc
-dist: xenial
-env:
- - CXXFLAGS=-std=gnu++98
- - CXXFLAGS=-std=c++14
-language: cpp
-notifications:
- email: false
-script:
- - sh ./tools/travis-ci.sh
-sudo: required