Skip to content

Commit

Permalink
Merge branch 'master' into sig_help_local_func
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored Dec 11, 2017
2 parents 490cdbe + d687e44 commit 9fdc9aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ after_deploy: |
git push origin $BRANCH_NAME
curl -X POST -H 'Authorization: token '$GITHUB_API_TOKEN'' -d '{ "title": "Upgrade to OmniSharp/omnisharp-roslyn '$TRAVIS_TAG'", "body": "*Automated PR* - Upgrade omnisharp-roslyn to '$TRAVIS_TAG'. [release patch]", "head": "'$BRANCH_NAME'", "base": "master" }' https://api.github.com/repos/OmniSharp/omnisharp-node-client/pulls
fi
# Only decrypt blob storage key for commits to master
if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]
openssl aes-256-cbc -K $encrypted_89dcd8324ec1_key -iv $encrypted_89dcd8324ec1_i -in blobstring.txt.enc -out blobstring.txt -d
fi
Binary file added blobstring.txt.enc
Binary file not shown.

0 comments on commit 9fdc9aa

Please sign in to comment.