From 7f4ec0dc7f3fd14c1d5f7c3f864c4c67a86fe66d Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 6 Apr 2018 03:24:12 +0200 Subject: [PATCH] testing travis-ci #6 --- .travis.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e7c835..f7bebba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,13 @@ matrix: - language: cpp dist: trusty compiler: - -clang + - clang os: - -linux - script: cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make + - linux + script: + - cd build + - cmake -DCMAKE_BUILD_TYPE=Debug .. + - make - language: cpp dist: trusty compiler: @@ -14,4 +17,11 @@ matrix: os: - linux # ruby: 2.2.0 - script: cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make + script: + - cd build + - cmake -DCMAKE_BUILD_TYPE=Release .. + - make + +notifications: + email: + - phundrak@phundrak.fr