BobLee
最近在寫的Meteor教學網站,歡迎大家蒞臨指教發問 Meteor中文實戰手冊 http://zhtutorial.meteor.com/
yan
ngrok - expose a local server behind a NAT or firewall to the internet https://ngrok.com/
Travis CI build lifecycle
- before_install
 - install
 - before_script
 - script
 - after_success or after_failure
 - after_script
 - before_deploy (OPTIONAL)
 - deploy (OPTIONAL)
 - after_deploy (OPTIONAL)