Skip to content

Commit

Permalink
json is json
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 27, 2015
1 parent f12b4ec commit b06db09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ after_deploy: |
git add package.json
git commit -m "Update omnisharp-roslyn to $TRAVIS_TAG"
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
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
before_install:
- openssl enc -aes-256-cbc -a -salt -in travis_rsa.enc -out ~/.ssh/id_rsa -pass pass:$OPENSSL_PASSKEY -d
- chmod 600 ~/.ssh/id_rsa
Expand Down

0 comments on commit b06db09

Please sign in to comment.