javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

Create .travis.yml #1941

Closed brunoborges closed 7 years ago

brunoborges commented 7 years ago

With this we can automatically verify when changes proposed in PRs are passing.

rlubke commented 7 years ago

One question. Does this .yml file need to be in all sustaining branches as well (yes, I need to read up on travis)?

brunoborges commented 7 years ago

This file would have to be placed on all branches that you want to set up Travis CI on.

I'd say we can start with it on master only now, so we have CI enabled for it, and then we can look at other branches later.

And yeah, once this file is in place, I will go to travis-ci.org and set it up.