Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Dec 27, 2015
1 parent da1551a commit e76aa0d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
language: java

cache:
apt: true
directories:
- lib/

before_install:
- sudo hostname freenet-build
- sudo apt-get install -y ant ant-optional junit4 libhamcrest-java
- mkdir -p lib/freenet/ && cd lib/ && wget -c https://bouncycastle.org/download/bcprov-jdk15on-152.jar && cd ..

script: ant -Dlib.contrib.get=true

jdk:
- oraclejdk7
- openjdk7
- openjdk6

0 comments on commit e76aa0d

Please sign in to comment.