From 5f7021c33d31c5255b995ae0ff86b5bbea4ea4b9 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Wed, 25 Jul 2018 20:57:56 +0200 Subject: Updated travis.yml git depth 1 We don't do any git operation except include last commit name, so we only need last commit, that will make travis-ci test faster. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 042719529..f9300f7ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ language: node_js node_js: - "8" +git: + depth: 1 + addons: apt: sources: -- cgit v1.2.3