diff --git a/.travis.yml b/.travis.yml index fdf694b..c6b936a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/manifest.yml b/manifest.yml index e03be2a..2403fb0 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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