Skip to content

Commit

Permalink
travis to build for cloud foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Apr 17, 2015
1 parent 33bb496 commit e087c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
sudo: required
node_js:
- '0.10'
- '0.11'
install:
- npm install -g demeteorizer
- sudo curl https://install.meteor.com | /bin/sh
- demeteorizer
- cd ./.demeteorized
- 'echo "web: node main" > Procfile'
- 'echo "web: node main.js" > Procfile'
- npm install
- zip -r libreboard-cf ./*
deploy:
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ applications:
env:
http_proxy: http://10.203.6.6:3128
https_proxy: http://10.203.6.6:3128
buildpack: meteor
buildpack: nodejs_buildpack

0 comments on commit e087c9f

Please sign in to comment.