seems i forgot how to bash

This commit is contained in:
Lorin Werthen 2016-07-18 14:31:22 +02:00
parent 9caec56fe7
commit 93f1d78c53

View file

@ -1,5 +1,5 @@
#!/bin/bash
if [[ $TRAVIS_BRANCH == 'master' ]]
if [[ $TRAVIS_BRANCH == 'master' ]]; then
bundle exec nanoc deploy --target public
fi