seems i forgot how to bash
This commit is contained in:
parent
9caec56fe7
commit
93f1d78c53
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $TRAVIS_BRANCH == 'master' ]]
|
||||
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
||||
bundle exec nanoc deploy --target public
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue