Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test execution for .travis.yml #101

Closed
wants to merge 1 commit into from
Closed

Add unit test execution for .travis.yml #101

wants to merge 1 commit into from

Conversation

javadev
Copy link
Contributor

@javadev javadev commented Jun 17, 2019

No description provided.

@simerplaha
Copy link
Owner

Nice! Been wanting to get tests running on Travis for a while. But never got around to it.

The tests require split up into different build tasks: unit, integration, stress & performance. Currently if we run sbt test all tests get run which will run forever and build jobs will take too long. May be for PRs we can just run the Unit tests and have hourly/nightly builds run the others?

The test split up work needs to happen soon under #36 - Code Coverage.

Seems like the compilation error in the build is 2.11 related. Will look into it :)

@javadev
Copy link
Contributor Author

javadev commented Jun 17, 2019

Thank you for detailed description.

@javadev javadev closed this Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants