www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2ef26ad680f2b39cd79b6feec3d9d4570079695d
parent 6ca711a81135971bb1d6dc6fc14075652a33cf62
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Thu,  4 Feb 2016 12:34:37 +0100

Continuous Integration: restrict builds to master

Diffstat:
M.travis.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,3 +5,6 @@ sudo: false script: - npm install - npm test +branches: + only: + - master