Skip to content

Commit 8b2fc45

Browse files
committed
tiny bug and removing travis
1 parent 7c07a8d commit 8b2fc45

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2-
language: julia
3-
os:
4-
- linux
5-
- osx
6-
julia:
7-
- release
8-
- nightly
9-
notifications:
10-
email: false
2+
# language: julia
3+
# os:
4+
# - linux
5+
# - osx
6+
# julia:
7+
# - release
8+
# - nightly
9+
# notifications:
10+
# email: false
1111
# uncomment the following lines to override the default test script
1212
#script:
1313
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

utils/pr_commenter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function get_message(res, org, new_org, old_commit, new_branch_name)
115115
str = if ndiff > 0
116116
"""This is an automated message.
117117
Plots were compared to references. $(ndiff)/$(length(res)) images have changed, see differences below.
118-
After pulling this PR, please update the reference images by creating a PR to ControlExamplePlots.jl [here](https://github.com/JuliaControlBot/ControlExamplePlots.jl/pull/new/($new_branch_name)).
118+
After pulling this PR, please update the reference images by creating a PR to ControlExamplePlots.jl [here](https://github.com/JuliaControlBot/ControlExamplePlots.jl/pull/new/$(new_branch_name)).
119119
Difference | Reference Image | New Image
120120
-----------| ----------------| ---------
121121
"""*images_str

0 commit comments

Comments
 (0)