From 1616d833e82dd144f184e785f942a1b28cdbe058 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 9 Sep 2014 07:35:26 +0200 Subject: [PATCH] [DEV] add dependency of CPPX11 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b6deef6..b80edb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ compiler: - clang - gcc +# Setup different environments to test +env: +- CPP11=1 + # build branch requested branches: only: @@ -20,7 +24,7 @@ before_script: # build sequence with Lutin : script: - if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol; fi - - if [ "$CXX" == "g++" ]; then script: ./build/lutin.py -cgcc -mdebug -p ewol; fi + - if [ "$CXX" == "g++" ]; then ./build/lutin.py -cgcc -mdebug -p ewol; fi #send e-mail on compilation result: notifications: