From 7e2cdeddf79b3171539c383479e4447ea6da2a5e Mon Sep 17 00:00:00 2001 From: morotti Date: Sat, 30 Jan 2016 21:36:30 +0000 Subject: [PATCH] reverting travis.yml to previous version Cannot split debug and release builds in 2 differents travis builds. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8144915..6f52e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,8 @@ os: - linux env: - - PROJECT=quinto.pro BUILDFILE=Makefile.Debug - - PROJECT=quinto.pro BUILDFILE=Makefile.Release - - PROJECT=tests.pro BUILDFILE=Makefile.Debug - - PROJECT=tests.pro BUILDFILE=Makefile.Release + - PROJECT=quinto.pro + - PROJECT=tests.pro before_install: - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa @@ -25,4 +23,4 @@ before_install: script: - qmake -qt=qt5 -spec linux-g++ $PROJECT - - make --always-make -f $BUILDFILE + - make --always-make -f Makefile all