full-stackory / full-stackory/scaffold
Integrate Travis
Open
enhancement
good first issue
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Travis is an amazing CI solution and is free for open source projects. We need to integrate travis' testing service with this repository.
Here is a tutorial on setting Travis up:
https://docs.travis-ci.com/user/tutorial/
Some notes:
When we set this up, we should honor the current version of ruby and go back 2 major versions for backwards compatibility.
We will be using mintiest as our test suite of choice, so plan for that when integrating Travis.
We should have Travis run the test suite on Pull request against `develop` branch and `master` branch.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.