Simple app to manage a task list using Meteor with Angular
Use it to share a single todo list with your friends. The list updates on everyone's screen in real time, and you can make tasks private if you don't want others to see them.
By default, app runs at http://localhost:3000
Learn how to build this app by following the Meteor Tutorial.
This can be used when deploying app on cloud for testing after every build.
-
Sign up on Travis with our GitHub account if not already. It will sync all our repositories on GitHub.
-
Go to our Travis profile page and enable this GitHub repository we would like to test.
-
configuration file for Travis is available in root of our GitHub repository. This file is called ‘.travis.yml’
-
Travis starts testing the repository automatically. You can see the status of the tests on your Travis profile page.
Congrats!, from now on every commit you push to your GitHub repository will be automatically tested by Travis.
meteor npm install
meteor
meteor npm test