summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-03-09 03:11:12 +0100
committerHaru <haru@dotalux.com>2020-03-09 03:11:12 +0100
commiteb97973e6803eac5ccf84fb5d7c8f59e048e6d1f (patch)
tree82e1741907c7b6ca2a20cf4c4d1e37f89367ba5d /.travis.yml
parent0d747896e0fddcf84a2db4ac77e061a5bd346221 (diff)
downloadhercules-eb97973e6803eac5ccf84fb5d7c8f59e048e6d1f.tar.gz
hercules-eb97973e6803eac5ccf84fb5d7c8f59e048e6d1f.tar.bz2
hercules-eb97973e6803eac5ccf84fb5d7c8f59e048e6d1f.tar.xz
hercules-eb97973e6803eac5ccf84fb5d7c8f59e048e6d1f.zip
Update Travis-CI configuration
This is just a compatibility update, the configuration is equivalent to the previous Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 46600a7f5..263f66776 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: c
-sudo: false
+os: linux
dist: trusty
addons:
apt:
@@ -24,7 +24,7 @@ script:
compiler: false # Necessary at the top level because referenced by allow_failures
env: ignore=this # Necessary at the top level because referenced by allow_failures
-matrix:
+jobs:
allow_failures:
- compiler: clang
env: CONFIGURE_FLAGS="--enable-debug CC=clang-5.0 --enable-Werror --enable-buildbot"