From 096219d53551aaf0fcddf563c20f15264d2333d6 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Wed, 13 Apr 2016 16:09:52 +0200 Subject: [PATCH] Add check_style to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 162b33094..316c6a08f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ go: - 1.5 script: -- make style test +- make check_license style test