Skip to content

Commit 9c5102c

Browse files
authored
Merge pull request #96 from PyDataBlog/Add-1.5-Travis
Update travis setup
2 parents 95b268b + 2dd1e3b commit 9c5102c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 1.3
88
- 1.4
9+
- 1.5
910
- nightly
1011
after_success:
1112
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
@@ -15,7 +16,7 @@ jobs:
1516
fast_finish: true
1617
include:
1718
- stage: Documentation
18-
julia: 1.4
19+
julia: 1.5
1920
script: julia --project=docs -e '
2021
using Pkg;
2122
Pkg.develop(PackageSpec(path=pwd()));

0 commit comments

Comments
 (0)