Skip to content

Commit

Permalink
reverting travis.yml to previous version
Browse files Browse the repository at this point in the history
Cannot split debug and release builds in 2 differents travis builds.
  • Loading branch information
morotti committed Jan 30, 2016
1 parent 9b399a3 commit 7e2cded
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 7e2cded

Please sign in to comment.