Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcris committed Nov 26, 2013
1 parent 01ddd16 commit ab8a8a2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,3 +1,8 @@
#
# ci script using travis
#
# TODO: use qt5
#
language: cpp

compiler: gcc
Expand Down Expand Up @@ -26,8 +31,8 @@ after_success:
- coveralls --exclude bin --exclude deps --exclude doc --exclude var

script:
- qmake -qt=qt5 -v
- qmake -qt=qt5
#- qmake -qt=qt5 -v
#- qmake -qt=qt5
- make

notifications:
Expand Down

0 comments on commit ab8a8a2

Please sign in to comment.