Created by: plastiv
Added travis configuration to at least compile every pull request automatically (maintainer still needs to connect travis with github at travis-ci.org).
Have to added if(project.hasProperty('nexusUsername'))
because otherwise gradle fails even start to build. In future, if ci would responsible for publishing builds to maven also nexusUsername and password can be provided as environment secret variable at travis.