Skip to content

Commit 63c923e

Browse files
update
1 parent 3f65a93 commit 63c923e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
language: julia
2+
23
os:
34
- linux
45
- osx
6+
- windows
7+
58
julia:
69
- 1.0
7-
- 1.3
10+
- 1.4
811
- nightly
12+
913
notifications:
1014
email: false
15+
1116
git:
1217
depth: 99999999
1318

@@ -32,4 +37,4 @@ jobs:
3237
after_success: skip
3338

3439
after_success:
35-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
40+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1616
BinDeps = "1"
1717
ColorTypes = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
1818
DataDeps = "0.3, 0.4, 0.5, 0.6, 0.7"
19+
FixedPointNumbers = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
1920
GZip = "0.5"
2021
MAT = "0.7"
2122
Requires = "1"
2223
julia = "1"
2324

2425
[extras]
2526
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
26-
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
2727
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2828

2929
[targets]

src/Iris/Iris.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function __init__()
5858
Website: $DOCS
5959
""",
6060
LINK .* [DATA],
61-
"1ec014c249120402fc228dbab231129b87a7359699675059035af0f4adc3b863" # if checksum omitted, will be generated by DataDeps
61+
"6f608b71a7317216319b4d27b4d9bc84e6abd734eda7872b71a458569e2656c0" # if checksum omitted, will be generated by DataDeps
6262
))
6363
end
6464

0 commit comments

Comments
 (0)