Skip to content

Commit 5cdf144

Browse files
authored
Merge pull request #10 from craigthomas/devops-update
Update Gradle, Travis, Libraries.io dependencies and badges
2 parents 0e0428e + afb041d commit 5cdf144

File tree

6 files changed

+13
-17
lines changed

6 files changed

+13
-17
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: java
22
env:
33
- DISPLAY=:99.0
4-
before_install:
5-
- "sh -e /etc/init.d/xvfb start"
4+
services:
5+
- xvfb
66
after_success:
77
- bash <(curl -s https://codecov.io/bash)
88
sudo: false

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Yet Another (Super) Chip 8 Emulator
22

3-
[![Build Status](https://travis-ci.org/craigthomas/Chip8Java.svg?branch=master)](https://travis-ci.org/craigthomas/Chip8Java)
4-
[![Coverage Status](https://codecov.io/gh/craigthomas/Chip8Java/branch/master/graph/badge.svg)](https://codecov.io/gh/craigthomas/Chip8Java)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/51b8560fe61441a3b05b83c1e7a5eee6)](https://www.codacy.com/app/craig-thomas/Chip8Java?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=craigthomas/Chip8Java&amp;utm_campaign=Badge_Grade)
6-
[![Dependency Status](https://dependencyci.com/github/craigthomas/Chip8Java/badge?style=flat)](https://dependencyci.com/github/craigthomas/Chip8Java)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3+
[![Build Status](https://img.shields.io/travis/craigthomas/Chip8Java?style=flat-square)](https://travis-ci.org/craigthomas/Chip8Java)
4+
[![Coverage Status](https://img.shields.io/codecov/c/gh/craigthomas/Chip8Java?style=flat-square)](https://codecov.io/gh/craigthomas/Chip8Java)
5+
[![Codacy Badge](https://img.shields.io/codacy/grade/51b8560fe61441a3b05b83c1e7a5eee6?style=flat-square)](https://www.codacy.com/app/craig-thomas/Chip8Java?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=craigthomas/Chip8Java&amp;utm_campaign=Badge_Grade)
6+
[![Dependencies](https://img.shields.io/librariesio/github/craigthomas/Chip8Java?style=flat-square)](https://libraries.io/github/craigthomas/Chip8Java)
7+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
88

99
## What is it?
1010

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
dependencies {
34-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
34+
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
3535
}
3636
}
3737

@@ -58,10 +58,6 @@ sourceSets {
5858
}
5959
}
6060

61-
task wrapper(type: Wrapper) {
62-
gradleVersion = '4.5.1'
63-
}
64-
6561
task stage {
6662
dependsOn shadowJar
6763
}

gradle/wrapper/gradle-wrapper.jar

-71 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Feb 22 14:25:40 EST 2018
1+
#Tue Jul 30 11:42:13 EDT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)