File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44# - osx
55julia :
66 - 0.6
7+ - 0.7
78 - nightly
89notifications :
910 email : false
1011after_success :
11- - julia -e 'cd(Pkg.dir("Showoff")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
12+ - julia -e 'using Pkg; cd(Pkg.dir("Showoff")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Original file line number Diff line number Diff line change 3535# Floating-point
3636
3737function concrete_minimum (xs)
38- if done (xs, start (xs) )
38+ if isempty (xs)
3939 throw (ArgumentError (" argument must not be empty" ))
4040 end
4141
5757
5858
5959function concrete_maximum (xs)
60- if done (xs, start (xs) )
60+ if isempty (xs)
6161 throw (ArgumentError (" argument must not be empty" ))
6262 end
6363
You can’t perform that action at this time.
0 commit comments