From a079928c46f157d85006d54974680a38642c87e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Tue, 20 Feb 2018 23:21:16 +0100
Subject: [PATCH] Travis-ci: Do not download unecessary data from Github and
 only build the master branch.

---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 107e97b0..6541ecfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,13 @@ addons:
       - lmodern
       - latex2html
 
+branches:
+  only:
+  - master
+
+git:
+  depth: false
+
 script:
   - autoreconf -si
   - ./configure
-- 
GitLab