From 384fabefb3b85cd14196b95cbb8642f193687c59 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Thu, 26 Nov 2015 21:20:57 -0500 Subject: [PATCH] I need to learn how SH works, weeeee travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 062886e6a0..494fe5bb50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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*\n\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*\n\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