From ff05f89f9a02b636ec523b1baa6cb1d253731b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 24 Jul 2018 15:54:12 +0200 Subject: [PATCH] feat(test): check for uncommited changes when running CI tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 456e9babe..f6deabb43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,9 @@ jobs: script: # compile assets via webpack and build those into bindata_assetfs.go file - make bindata_assetfs.go + # verify that there are no uncommited changes from (re)compiling sass + # assets + - git diff --exit-code # install bakelite, we can't "go get" a tag from github, so we fetch the binary - export BAKELITE_VERSION="v0.1.0" - export BAKELITE_OS="linux"