Skip to content

Commit

Permalink
Fix variable order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Sep 29, 2017
1 parent dec665f commit 978c298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trigger-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# variables
USER=$1
REPO=$2
TOKEN=$3
BRANCH=$4
BRANCH=$3
TOKEN=$4
MESSAGE=",\"message\": \"Triggered from upstream build of $TRAVIS_REPO_SLUG by commit "`git rev-parse --short HEAD`"\""

# for debugging
Expand Down

0 comments on commit 978c298

Please sign in to comment.