diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-28 22:48:13 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-28 22:48:13 +0100 |
| commit | 59612f6e7ec1c35d8fa23eee6e9c0c41a2ed3a80 (patch) | |
| tree | c3b0974342741e2bca6d6899ecbfc4110273d37d | |
| parent | 6e7b91ea10ad77941c03484a5d8974590566a36c (diff) | |
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
| -rw-r--r-- | .travis.yml | 6 |
1 files 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 |
