Skip to content

Commit

Permalink
ENH #10 : add readme and travisCI
Browse files Browse the repository at this point in the history
create ci.yml
  • Loading branch information
KiWooyoung committed Dec 4, 2018
1 parent 1b7439a commit d643690
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: java
jdk:
- openjdk8

branches:
only:
- master

cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.gradle'

script: "./gradlew clean build"

notifications:
slack: asearchworkspace:4V3B2DvvLytHrgDaeSNGLxWY
# email:
# recipients:
# - [email protected]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 로그 시각화 백엔드 프로젝트

0 comments on commit d643690

Please sign in to comment.