We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9928c commit 86be669Copy full SHA for 86be669
build/bin/build-docs.sh
@@ -5,6 +5,9 @@ if [ ! -f sami.phar ]; then
5
curl -O http://get.sensiolabs.org/sami.phar
6
fi
7
8
+# Ensure the working directory is clean
9
+git reset --hard
10
+
11
# Because Travis only clones a single branch, we only want to build everything on master.
12
if [ "$TRAVIS_BRANCH" == "master" ]; then
13
php sami.phar update build/sami-config.php -v --force
0 commit comments