Skip to content

Commit 673c673

Browse files
Bryan DonlanSalusaSecondus
authored andcommitted
Updating travis configuration
* Disable quiet mode for detailed log information * Explicitly specify the OS environment in use
1 parent 23af3d6 commit 673c673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ language: java
22
jdk:
33
- openjdk8
44
- oraclejdk8
5-
install: /bin/true
6-
script: mvn install --quiet -Dgpg.skip=true
5+
script: mvn install -Dgpg.skip=true
6+
sudo: false
7+
dist: trusty

0 commit comments

Comments
 (0)