summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d1f6356..155cd46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,14 @@ addons:
- gcc-mingw-w64-i686
- gcc-mingw-w64-x86-64
- gcc-multilib
- - tcl-dev
+ - tcl8.6-dev
- libx11-dev
+ - libnotify-dev
- xvfb
homebrew:
packages:
- tcl-tk
+ - libnotify
casks:
- xquartz
jobs:
@@ -52,6 +54,16 @@ jobs:
- BUILD_DIR=unix
- CFGOPT="--disable-xft"
script: *x11gui
+ - name: "Linux/GCC/Shared/no-libnotify"
+ os: linux
+ dist: focal
+ services:
+ - xvfb
+ compiler: gcc
+ env:
+ - BUILD_DIR=unix
+ - CFGOPT="--disable-libnotify"
+ script: *x11gui
- name: "Linux/GCC/Shared/bionic"
os: linux
dist: bionic