Skip to content

Commit 09a3620

Browse files
author
Max Presman
committed
patch up travis
1 parent eccc48a commit 09a3620

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ sudo: false
33
jdk:
44
- oraclejdk7
55
- oraclejdk8
6-
6+
addons:
7+
apt:
8+
packages:
9+
- jq
710

811
before_install:
9-
- apt-get install jq
1012
- wget -O ~/codacy-coverage-reporter-assembly-latest.jar $(curl https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r .assets[0].browser_download_url)
1113

1214
after_success:

0 commit comments

Comments
 (0)