Skip to content

Commit

Permalink
try the container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Dec 27, 2015
1 parent 0b1cc56 commit 8b90eb8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,14 +1,21 @@
language: java

sudo: false
addons:
apt:
packages:
- ant
- ant-optional
- junit4
- libhamcrest-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 ..
- mkdir -p lib/freenet/ && cd lib/ && if [ ! -e bcprov-jdk15on-152.jar ]; then wget -c https://bouncycastle.org/download/bcprov-jdk15on-152.jar; fi ; cd ..

script: ant -Dlib.contrib.get=true

Expand Down

0 comments on commit 8b90eb8

Please sign in to comment.