Adding link to blog post with Travis CI instructions

This commit is contained in:
Dinis Cruz
2015-01-10 12:27:32 +00:00
parent 29f95b88db
commit f946061b6c

View File

@@ -127,3 +127,7 @@ describe "when a test is written", ->
expect("apples").toEqual("apples")
expect("oranges").not.toEqual("apples")
```
### Runnning on Travis CI
it is now easy to run the specs in a CI environment like Travis. See [CI For Your Packages](http://blog.atom.io/2014/04/25/ci-for-your-packages.html) for more details