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/.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 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: {