Skip to content

Commit bb2e61b

Browse files
committed
fix command again
1 parent 12f82ed commit bb2e61b

File tree

2 files changed

+86
-82
lines changed

2 files changed

+86
-82
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
install: "pip install -r requirements.txt"
2121
script: make travis
2222
after_script:
23-
- echo "Rendered notebook: http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/ggplot%20vs%20Python%20Plotting.$(git log -1 --pretty=format:'%h').ipynb"
23+
- echo "Rendered notebook http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/ggplot%20vs%20Python%20Plotting.$(git log -1 --pretty=format:'%h').ipynb"
2424
addons:
2525
artifacts: true
2626
deploy:

0 commit comments

Comments
 (0)