From b37d7e0cdd13bf182c0b6647211181fe948d0606 Mon Sep 17 00:00:00 2001 From: Christophe-Marie Duquesne Date: Sun, 13 Dec 2015 15:41:24 +0100 Subject: [PATCH] Tentative de mise en route de travis voir https://github.com/travis-ci/travis-core/pull/137 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3ed2dda..a825378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,6 @@ language: python python: "3.5" install: pip install -r besoins.txt script: python verifie.py +branches: + only: + - gh-pages