Skip to content

Commit

Permalink
Fixed the travis ci setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Aug 20, 2019
1 parent e0e88cd commit 834b931
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: java
jdk: oraclejdk9
jdk: oraclejdk8

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -13,12 +13,5 @@ cache:
before_install:
- chmod +x gradlew

#after_success:
# - bash <(curl -s https://codecov.io/bash)

#addons:
# sonarcloud:
# organization: "xyz"

notifications:
email: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -300,10 +300,10 @@ The [Apache MINA](http://mina.apache.org/) project is similar to KryoNet. MINA's
The [PyroNet](https://code.google.com/p/pyronet/) project (discontinued) is a minimal layer over NIO. It provides TCP networking similar to KryoNet, but without the higher level features. Priobit requires all network communication to occur on a single thread.

The [Java Game Networking](http://code.google.com/p/jgn/) project (discontinued as well) is a higher level library similar to KryoNet. JGN does not have as simple of an API.

</details>

---

</details>

## Download

@@ -320,7 +320,7 @@ allprojects {
}
dependencies {
compile 'com.github.crykn:kryonet:2.22.5'
compile 'com.github.crykn:kryonet:2.22.6'
}
```

0 comments on commit 834b931

Please sign in to comment.