Skip to content

Commit

Permalink
Correcting .travis.yml as discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 21, 2016
1 parent 60302ee commit 973d3a6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
@@ -1,18 +1,9 @@
language: java
sudo: false
install: mvn dependency:go-offline
script: mvn -Pdev verify
jdk:
- oraclejdk8
- openjdk8
env:
global:
- JAVA_OPTS="-Xmx1024M -Xms512M"
notifications:
irc:
channels:
- "irc.freenode.org#jena"
on_success: change
on_failure: always
template:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
skip_join: true
- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"

0 comments on commit 973d3a6

Please sign in to comment.