Refactor: Move build commands into a new travis-build.sh

This commit is contained in:
Philipp Oppermann
2016-10-04 19:15:19 +02:00
parent 9d5728cdcd
commit eef00ff35c
2 changed files with 8 additions and 4 deletions

7
ci/travis-build.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
git clone https://github.com/phil-opp/blog_os.git
cp -r blog_os/blog ../blog
./hugo