]> jfr.im git - irc/atheme/atheme.git/commitdiff
Travis CI: Bump configuration to same state as master
authorAaron Jones <redacted>
Wed, 25 Dec 2019 10:32:55 +0000 (10:32 +0000)
committerAaron Jones <redacted>
Wed, 25 Dec 2019 10:32:55 +0000 (10:32 +0000)
.travis.yml

index 95dd8c54929e5d2137dc485a0d388a77f5aa92f9..301ca286df98a9001b6c6e40d008b6afdae03319 100644 (file)
@@ -1,26 +1,25 @@
 language: c
 sudo: false
 os: linux
+dist: bionic
 
 notifications:
   email: false
 
 addons:
   apt:
-    sources:
-      - ubuntu-toolchain-r-test
-      - llvm-toolchain-trusty-5.0
     packages:
       - libgettextpo-dev
       - libcrack2-dev
+      - libpcre3-dev
       - libperl-dev
       - libssl-dev
-      - clang-5.0
-      - gcc-5
+      - clang-8
+      - gcc-8
 
 compiler:
-  - clang-5.0
-  - gcc-5
+  - clang-8
+  - gcc-8
 
 env:
   - OPTIONAL_CONF_ARGS=""