Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Test with JDK 9 Early Access builds #90
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jul 16, 2016
1 parent ef2bccc commit 9ca80f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
language: java
install: make travis-install
script: make test-coveralls
sudo: false
sudo: required
dist: trusty
group: edge
cache:
directories:
- '$HOME/.m2/repository'
jdk:
- oraclejdk9
- oraclejdk8
- oraclejdk7

matrix:
allow_failures:
- jdk: oraclejdk9
notifications:
webhooks:
urls:
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@
<artifactId>wildfly-arquillian-common</artifactId>
<version>1.0.0.Alpha5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>sun.jdk</groupId>
<artifactId>jconsole</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
Expand Down

0 comments on commit 9ca80f3

Please sign in to comment.