Skip to content

Commit 12f82ed

Browse files
committed
fix command
1 parent 6f4e46c commit 12f82ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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.$(shell 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)