Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
[Travis] Build only master and v1.6 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Mar 17, 2014
1 parent 5d523d1 commit 9e9b880
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,11 @@ env:
- QT=qt4
- QT=qt5

branches:
only:
- 'master'
- 'v1.6'

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit 9e9b880

Please sign in to comment.