Skip to content

Commit

Permalink
Merge pull request resteasy#8 from jimma/master
Browse files Browse the repository at this point in the history
Add temporary travis configuration to enable build
  • Loading branch information
jimma authored Jul 19, 2016
2 parents df4d848 + 019a9c3 commit 3b8a122
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
addons:
apt:
packages:
- oracle-java8-installer
before_install:
- wget https://github.com/resteasy/Resteasy/raw/master/travis-libs/jce_policy-8.zip
- "sudo unzip -j -o jce_policy-8.zip *.jar -d $JAVA_HOME/jre/lib/security"
install:
- git clone https://github.com/resteasy/Resteasy.git
- cd Resteasy
- mvn clean install -DskipTests=true
- cd ..
- mvn clean
script:
- mvn -B install
Expand All @@ -9,3 +20,5 @@ jdk:
cache:
directories:
- $HOME/.m2


0 comments on commit 3b8a122

Please sign in to comment.