From 59612f6e7ec1c35d8fa23eee6e9c0c41a2ed3a80 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 28 Dec 2018 22:48:13 +0100 Subject: Activate travis-ci, update mail notifications. Note: current mail notifications are configured for first tests. We may need to reconfigure this later. See build logs at https://travis-ci.com/fltk/fltk --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d8a45160..feed463e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ language: os: - linux - osx - + compiler: - gcc - clang @@ -35,7 +35,7 @@ before_script: if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -q sudo apt-get install -y libxinerama-dev libxcursor-dev libasound2-dev - sudo apt-get install -y doxygen + sudo apt-get install -y doxygen elif [ $TRAVIS_OS_NAME == osx ]; then brew install ccache # need to install on OSX export PATH="/usr/local/opt/ccache/libexec:$PATH" @@ -71,4 +71,4 @@ notifications: email: recipients: - fabien@onepost.net - \ No newline at end of file + - albrechts.fltk@online.de -- cgit v1.2.3