test travis
This commit is contained in:
parent
7d066425d6
commit
81c2b25936
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#! /bin/bash
|
||||
echo "Pull Request: $TRAVIS_PULL_REQUEST"
|
||||
echo "Branch: $TRAVIS_BRANCH"
|
||||
|
||||
if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
|
||||
if [[ $TRAVIS_BRANCH == "master" ]]; then
|
||||
bundle exec nanoc --env=prod deploy public
|
||||
|
|
Loading…
Reference in a new issue