From 7fe887d946329061fdd2536fd07a30291d022abd Mon Sep 17 00:00:00 2001 From: "Tejas I. Dhamecha" Date: Mon, 13 Jan 2020 13:47:20 +0530 Subject: [PATCH 1/2] making dummy change --- static/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 347e9cc..2a77b0d 100644 --- a/static/index.html +++ b/static/index.html @@ -1,3 +1,4 @@ + @@ -7,7 +8,7 @@ Hello World - + From 01ad1ebc2cbb921fc5dbae65ef75bbefbca3ac8e Mon Sep 17 00:00:00 2001 From: "Tejas I. Dhamecha" Date: Mon, 13 Jan 2020 14:27:25 +0530 Subject: [PATCH 2/2] taking 0 config of tavis --- .travis.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index af8d64c..64ebfe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,28 +1,10 @@ language: python python: - "3.6" -notifications: - slack: ibm-research:bLcRT4dofYlBUocjPBvlxO9p - email: - recipients: - - tidhamecha@in.ibm.com - on_success: always - on_failure: always - + before_install: - echo -e "machine github.com\n login $GITHUB_TOKEN" >> ~/.netrc script: - echo "skipping tests" -# - py.test -s # or py.test for Python versions 3.5 and below - -deploy: -- provider: cloudfoundry - username: apikey - password: $apikey - api: https://api.ng.bluemix.net - organization: tidhamecha - space: here - manifest: manifest.yml - on: - branch: develop \ No newline at end of file +# - py.test -s # or py.test for Python versions 3.5 and belo \ No newline at end of file