Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	GameData/RP-0/CostHacks.cfg
  • Loading branch information
NathanKell committed Nov 17, 2014
2 parents 35a8a3c + 5242387 commit 2b9d0bd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
language: c

script:
make
install:
- sudo apt-get install zip

script: make release

deploy:
provider: releases
api_key:
secure: sB3nXTDnZgr4o1Wk7NZaQZNTyfknolA7rJ90TqwSx1/kvg0Xc6/7CBAVqtndW0ivkF0CV8AT32Jc3tGPBdfArMGcljFuiHyuYFEUmA2qcIDNcdUD+hdF1Jq5HKjUiEuqTf012s1fi9WyNwsZSBSxSckwP6K9y1huxpYPLRYuQ9Q=
file_glob: true
file: RP-0-*.zip
on:
repo: KSP-RO/RP-0
tags: true
all_branches: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ $(TREE): $(TREE_SRC)
bin/yml2mm

$(ZIPFILE): $(TREE)
zip -r $(ZIPFILE) GameData
zip -r $(ZIPFILE) README.md LICENSE.md GameData
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Welcome to Realistic Progression Zero, the lightweight tech-tree for Kerbal Spac
License: CC-BY-4.0

Forum thread: http://forum.kerbalspaceprogram.com/threads/99010
Github Repo: https://gihub.com/KSP-RO/RP-0
5 changes: 5 additions & 0 deletions RP-0.ckan
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
{ "name" : "SXT" },
{ "name" : "ProceduralFairings" },
{ "name" : "CommunityTechTree" }
],
"recommends" : [
{ "name" : "ProceduralDyanmics" },
{ "name" : "TweakScale" },
{ "name" : "ProceduralParts" }
]
}

0 comments on commit 2b9d0bd

Please sign in to comment.