Potential fix for Insight (sensio labs)

This commit is contained in:
Djamil Legato
2015-06-28 12:11:26 -07:00
parent 65285ad11e
commit f1a929624f

View File

@@ -44,7 +44,7 @@ before_install:
- go get github.com/aktau/github-release
- git clone --quiet --depth=50 --branch=master https://${BB_TOKEN}bitbucket.org/rockettheme/grav-devtools.git $RT_DEVTOOLS &>/dev/null;
- if [ ! -z "$TRAVIS_TAG" ]; then
cd $RT_DEVTOOLS;
cd "${RT_DEVTOOLS}";
./build-grav.sh skeletons.txt;
fi
script: