Skip to content

Commit 26e5df2

Browse files
committed
Add support for Travis CI (http://travis-ci.org).
Simple CI for branches of JUnit forks. Now everybody can easily use CI for own branches. Pull requests are automatically build by the CI and the build result is visible on Github.
1 parent 1029290 commit 26e5df2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: java
2+
jdk:
3+
- oraclejdk7
4+
- openjdk7
5+
- openjdk6

0 commit comments

Comments
 (0)