Skip to content

Commit 60def87

Browse files
committed
Fix syntax
1 parent cca967d commit 60def87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ before_install:
77
script:
88
- make
99
after_success:
10-
- git stash pop
1110
- bash .travis/travis.sh

.travis/travis.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ if [ -z ${DEPLOY_KEY+x} ]; then
4848
echo "Generate a pair of key for youfork/pep, base64 encode it"
4949
echo "and set is as a private ENV variable on travis named DEPLOY_KEY"
5050
else
51-
if [[ should_deploy() == 1 ]];
51+
if [[ should_deploy == 1 ]];
5252
then
5353
authenticate $DEPLOY_KEY
5454
ORIGIN="ssh://github.com/$TRAVIS_REPO_SLUG"
5555
git clone $ORIGIN deploy
5656
echo 'cd deploy'
5757
cd deploy
5858

59-
DEPLOY_DIR=deploy_dir()
59+
DEPLOY_DIR=deploy_dir
6060

6161
echo '=== configuring git for push ==='
6262

0 commit comments

Comments
 (0)