1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Add Travis test 6

This commit is contained in:
David Young
2018-06-06 21:25:37 +12:00
parent 8330e540a2
commit 576272204f

View File

@@ -7,6 +7,7 @@ setup_git() {
commit_website_files() {
git checkout -b leanpub-preview
git pull
git add manuscript
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER"
}