Skip to content
Merged
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
3 changes: 2 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html>

Expand All @@ -7,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello World</title>

<!-- Bootstrap -->
<!-- Bootstrap dummy change -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
Expand Down