Adding link to blog post with Travis CI instructions

Esse commit está contido em:
Dinis Cruz
2015-01-10 12:27:32 +00:00
commit f946061b6c
+4
Ver Arquivo
@@ -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