Skip to content

Commit

Permalink
changed travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzilay committed Dec 4, 2016
1 parent 1c1176c commit d39fac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,9 @@ jdk:
- oraclejdk8
sudo: required
dist: trusty
install: travis_wait 50 mvn install
addons:
apt:
packages:
- oracle-java8-installer
script:
- "mvn clean install -Dci"
- "travis_wait 50 mvn clean install -Dci"

0 comments on commit d39fac7

Please sign in to comment.