From c479e221e268b9b8a998ffd945adf822bc3f02a5 Mon Sep 17 00:00:00 2001 From: gargpriyam21 Date: Mon, 13 Jan 2020 13:43:10 +0530 Subject: [PATCH 1/2] Making fletting Change --- .travis.yml | 22 ++-------------------- .travis12.yml | 10 ++++++++++ static/index.html | 6 +++--- 3 files changed, 15 insertions(+), 23 deletions(-) create mode 100644 .travis12.yml 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 diff --git a/.travis12.yml b/.travis12.yml new file mode 100644 index 0000000..64ebfe1 --- /dev/null +++ b/.travis12.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.6" + +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 belo \ No newline at end of file diff --git a/static/index.html b/static/index.html index 347e9cc..c6cb806 100644 --- a/static/index.html +++ b/static/index.html @@ -27,11 +27,11 @@ $( document ).ready(function() { $.i18n().load( { en: { - "welcome": "Welcome.", + "welcome": "WELCOME.", "name": "name", "what_is_your_name": "What is your name?", - "hello": "Hello $1", - "added_to_database": "Hello $1, I've added you to the database!", + "hello": "Bonjour $1", + "added_to_database": "Arigato $1, I've added you to the database!", "database_contents": "Database contents: " }, ja: { From 31fe2116cfd99cd13ae851d170311d18822707db Mon Sep 17 00:00:00 2001 From: gargpriyam21 Date: Mon, 13 Jan 2020 13:47:18 +0530 Subject: [PATCH 2/2] Change --- .travisyo.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travisyo.yml diff --git a/.travisyo.yml b/.travisyo.yml new file mode 100644 index 0000000..64ebfe1 --- /dev/null +++ b/.travisyo.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.6" + +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 belo \ No newline at end of file