aboutsummaryrefslogtreecommitdiff
path: root/.travis.sh
AgeCommit message (Collapse)Author
2016-08-01Execute core tests with bytecode version 9 (#411)Evgeny Mandrikov
And build using two different versions of JDK 9 EA in Travis: * `9-ea` - currently under testing and hence failures are allowed while we investigate them * `9-ea-stable` - tested previously and hence failures are not allowed, so that to verify that new changes do not introduce regressions For example fixes on our side were required for the changes introduced in JDK 9 EA b119 and b122 and still required for b127.
2016-07-05Use SonarQube.comEvgeny Mandrikov
2016-05-23Use Maven Plugin Tools Java Annotations (#412)Evgeny Mandrikov
2016-05-21Compile into bytecode version 1.8 when using JDK 9 EA in TravisEvgeny Mandrikov
Currently maven-shade-plugin can't process Java 9 bytecode.
2016-02-20No need to use 'gh-pages' branchEvgeny Mandrikov
2015-09-18Automatic deployment to GitHub Pages from TravisEvgeny Mandrikov
2015-09-06Do not use "~/.mavenrc" set by TravisEvgeny Mandrikov
2015-09-06Deploy snapshots from TravisEvgeny Mandrikov
2015-09-05Build with JDK 5 in TravisEvgeny Mandrikov
Exact version controlled in settings by environment variable JDK5_URL.
2015-09-02Build with JDK 6, 7, 8, 8-ea and 9-ea in TravisEvgeny Mandrikov
* Exact versions of JDK 6, 7, 8 are controlled by Travis. * Exact versions of JDK 8-ea and 9-ea are controlled in settings by environment variables JDK8_EA_URL and JDK9_EA_URL respectively.