Travis testing

This commit is contained in:
Angelos Chalaris
2017-12-30 15:19:43 +02:00
parent 4476ca8f79
commit b75a359679

View File

@ -4,6 +4,7 @@ setup_git() {
}
commit_website_files() {
echo "$TRAVIS_EVENT_TYPE $TRAVIS_BRANCH"
if [[ $(( $TRAVIS_EVENT_TYPE )) != 'pull_request' ]]; then
if [[ $(( $TRAVIS_BRANCH )) == 'master' ]]; then
echo "Commiting to master branch..."