Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
# - py.test -s # or py.test for Python versions 3.5 and belo
10 changes: 10 additions & 0 deletions .travis12.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .travisyo.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down