Skip to content

Commit

Permalink
Updated travis to clone first as questions later
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 27, 2015
1 parent 5930d7b commit be9956b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ after_deploy: |
BRANCH_NAME="upgrade/omnisharp-roslyn-$TRAVIS_TAG"
git config user.name "OmniSharp Bot"
git config user.email "[email protected]"
mkdir ~/omnisharp-node-client
pushd ~/omnisharp-node-client
git clone [email protected]:OmniSharp/omnisharp-node-client.git
git clone [email protected]:OmniSharp/omnisharp-node-client.git ~/omnisharp-node-client
pushd ~/omnisharp-node-client
git checkout -b $BRANCH_NAME
cat package.json > package2.json
cat package2.json | jq '."omnisharp-roslyn"="$TRAVIS_TAG"' > package.json
Expand Down

0 comments on commit be9956b

Please sign in to comment.