Skip to content

Commit 3bceea3

Browse files
committed
Test with MA master
1 parent ff5d11c commit 3bceea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ os:
55
julia:
66
- 1.0
77
- 1.1
8+
- 1.2
9+
- 1.3
810
- nightly
911

1012
matrix:
@@ -14,6 +16,9 @@ matrix:
1416
notifications:
1517
email: false
1618

19+
before_script:
20+
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaOpt/MutableArithmetics.jl", rev="master"))'
21+
1722
jobs:
1823
include:
1924
- stage: "Documentation"

0 commit comments

Comments
 (0)