Not long ago, I wrote about my experience and setup of Travis CI for running javascript testing (on an angular based web application) on my open source project, Echoes Player. On last week, I completed my setup with an auto deployment – in which I share the solution that worked for me.
travis
My Setup For Testing JS With Jasmine, Karma & Phantomjs And BrowserStack (angularjs)

When I start a new project with angular.js today, I like to have my usual setup of running unit tests. This setup allows me to easily write testing, write the code, running the tests and making sure the process automates what’s needs to be done when any of the code or environment change. In this […]
First Steps In Setting Up Travis CI To Your Javascript Project

I’ve been developing my projects with build processes for quite some time now. At some point I added unit tests and end to end to my javascript project. In this post i’d like to share some simple steps I did in order to add Continuous Integration to my open source project, Echoes Player, using Travis.