Skip to content

Commit f7b0369

Browse files
committed
Integrate Travis-CI
1 parent 33cc4e4 commit f7b0369

35 files changed

+11
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ hs_err_pid*
2525

2626
*.idea
2727
*.iml
28-
/_psd
28+
/_psd
29+
/.gradle

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
install: gradle wrapper --gradle-version 4.6
2+
3+
language: java
4+
5+
jdk:
6+
- oraclejdk8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Express app = new Express(Utils.getYourIp());
2626
```
2727
Default is localhost, so you can access, without setting the hostname, only from your local pc.
2828

29-
Docs (v0.0.7-alpha):
29+
Docs (lastest version):
3030
* [Routing](#routing)
3131
* [Direct](#direct)
3232
* [With Router](#with-router)

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
apply plugin: 'java'
2+
apply plugin: 'idea'
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)