gilded-email / gilded

Because your time is money
http://gilded.club
4 stars 0 forks source link

fix Travis CI #76

Open bcbcb opened 9 years ago

nlokare commented 9 years ago

Added a .travis.yml file, will make a commit and pull request to get started

dsernst commented 9 years ago

so part of the problem is that most of our tests are End-to-End tests, and not just the typical Unit Tests that Travis is most used for

dsernst commented 9 years ago

so what this task really needs is for us to separate out the existings tasks into an end-to-end suite, which wouldn't be run on travis, but instead on some local framework like Jest

dsernst commented 9 years ago

also, this: http://docs.travis-ci.com/user/gui-and-headless-browsers/