Skip to content

Commit

Permalink
Merge pull request #348 from OmniSharp/fix-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 26, 2015
2 parents ebef411 + 4deb4be commit 82b721f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ env:
install: curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh
| sh && source ~/.dnx/dnvm/dnvm.sh && dnvm upgrade
before_script:
- chmod +x build.sh
- chmod +x build.sh
script:
- ". ./build.sh"
- ". ./build.sh"
deploy:
provider: releases
api_key:
Expand All @@ -33,10 +33,7 @@ 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*\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 aes-256-cbc -K $encrypted_e2a4fd9ff260_key -iv $encrypted_e2a4fd9ff260_iv
-in travis_rsa.enc -out C:\\Users\\David\\OneDrive\\OmniSharp\\travis_rsa -d
- openssl aes-256-cbc -K $encrypted_e2a4fd9ff260_key -iv $encrypted_e2a4fd9ff260_iv
-in travis_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
- ssh-add ~/.ssh/id_rsa
- openssl des3 -k $OPENSSL_PASSKEY -in travis_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval `ssh-agent -s`
- ssh-add ~/.ssh/id_rsa
Binary file modified travis_rsa.enc
Binary file not shown.

0 comments on commit 82b721f

Please sign in to comment.