Updated travis.yml git depth 1
authorJorropo <jorropo.pgm@gmail.com>
Wed, 25 Jul 2018 18:57:56 +0000 (20:57 +0200)
committerRigel Kent <par@rigelk.eu>
Wed, 25 Jul 2018 19:06:39 +0000 (21:06 +0200)
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

index 04271952999dcef54dc8ee961f938a01c0df5f9d..f9300f7ff64c8b5cbecfce4f64cba97175701731 100644 (file)
@@ -3,6 +3,9 @@ language: node_js
 node_js:
   - "8"
 
+git:
+  depth: 1
+
 addons:
   apt:
     sources: