Skip to content
Snippets Groups Projects
Unverified Commit 303b5862 authored by Peter Kurfer's avatar Peter Kurfer
Browse files

Added Travis CI config and badge

parent 48eabf2b
No related branches found
No related tags found
No related merge requests found
language: java
dist: trusty
\ No newline at end of file
_This is an assignment to the class [Programmieren 3](https://hsro-inf-prg3.github.io) at the [Technical University of Applied Sciences Rosenheim](https://www.th-rosenheim.de)._
# Assignment 5: Generics and Bounds
[![Travis CI](https://travis-ci.org/hsro-inf-prg3/05-generic-bounds.svg?branch=musterloesung)](https://travis-ci.org/hsro-inf-prg3/05-generic-bounds)
This assignment covers an advanced topic of generics: bounds on type parameters and wildcards.
Bounds describe type constraints of generic classes or methods that allow to balance type safety with flexibility of use.
......
No preview for this file type
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment