Skip to content

Commit ad88ada

Browse files
committed
Use MA v0.1.1
1 parent 3bceea3 commit ad88ada

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ matrix:
1616
notifications:
1717
email: false
1818

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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
1111

1212
[compat]
1313
DataStructures = "0.17"
14-
MutableArithmetics = "0.1"
14+
MutableArithmetics = "0.1.1"
1515
julia = "1"
1616

1717
[extras]

0 commit comments

Comments
 (0)