Skip to content

Commit e83e538

Browse files
amitsadaphulerschlussel
authored andcommitted
Fix travis CI by adding rpm2cpio, cpio installation
1 parent 0d5f000 commit e83e538

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ language: java
33
jdk:
44
- openjdk8
55

6+
addon:
7+
apt:
8+
packages:
9+
- rpm2cpio
10+
- cpio
11+
612
install: true
713
script: mvn verify

0 commit comments

Comments
 (0)