Enable only PR builds on Travis

This commit is contained in:
Berkus Decker 2018-01-12 23:28:50 +02:00 committed by Berkus Decker
parent f650d377c0
commit befa910b9c
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ cache:
directories:
- $HOME/travisCacheDir
branches:
only:
- master
- dev
matrix:
fast_finish: true