Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis: separate the different checks
Until now, we are just running the default rake tasks which would do a syntaxcheck and also run any tests that rspec found. Instead of that, lets separate those into different travis jobs to have more visibility in case of failure. Also it enhances the rspec tests by setting the output format to a nicer way for easy checking and tags the travis builds by using the environment variables to give the jobs a easy visual distiction ont he travis page. (cherry picked from commit 269c32d)
- Loading branch information