diff --git a/.travis.yml b/.travis.yml index 5d59e7a..74c56af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: notifications: email: recipients: - - bsjun@kr.ibm.com + - jgyun@kr.ibm.com on_success: change on_failure: always deploy: diff --git a/README.md b/README.md index 6502d45..be7e32f 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# devopstest \ No newline at end of file +# devopstest + +test diff --git a/README0.md b/README0.md deleted file mode 100644 index 4c894e8..0000000 --- a/README0.md +++ /dev/null @@ -1 +0,0 @@ -# Skeleton project for Swagger diff --git a/lib/server/index.js b/lib/server/index.js index 06bfc00..00b0c3b 100644 --- a/lib/server/index.js +++ b/lib/server/index.js @@ -1,15 +1,4 @@ -/** -* IBM Confidential -* -* OCO Source Materials -* -* 5799-MA4 -* -* © Copyright IBM Corp. 2017 -* -* The source code for this program is not published or otherwise divested of its trade secrets, -* irrespective of what has been deposited with the U.S. Copyright Office. -*/ + 'use strict'; diff --git a/lib/server/server.js b/lib/server/server.js index 0712988..6fabaa5 100644 --- a/lib/server/server.js +++ b/lib/server/server.js @@ -1,15 +1,4 @@ -/** -* IBM Confidential -* -* OCO Source Materials -* -* 5799-MA4 -* -* © Copyright IBM Corp. 2017 -* -* The source code for this program is not published or otherwise divested of its trade secrets, -* irrespective of what has been deposited with the U.S. Copyright Office. -*/ + 'use strict';