Made Travis always build pushes to the master branch

This commit is contained in:
CNugteren 2015-09-14 17:16:31 +02:00
parent a2b773573d
commit 1c24210026

View file

@ -21,5 +21,8 @@ before_script:
script:
- make
- make install
branches:
only:
- master
notifications:
email: false