YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

276 travis ci #456

Closed njlxyaoxinwei closed 9 years ago

njlxyaoxinwei commented 9 years ago

Fixes #276, waiting on Slack integration

mnquintana commented 9 years ago

I tried enabling Travis' Docker container-based infrastructure to speed up builds and enable caching, but it disables use of sudo and we do need it to install that Qt dependency, so builds are just going to be super slow :confused:. We could get around it by setting language to objective-c, since that uses OS X and we'd install Qt with Homebrew, which doesn't require sudo for installation. For now though, I think this is good enough as is.