We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bceea3 commit ad88adaCopy full SHA for ad88ada
.travis.yml
@@ -16,9 +16,6 @@ matrix:
16
notifications:
17
email: false
18
19
-before_script:
20
- - julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaOpt/MutableArithmetics.jl", rev="master"))'
21
-
22
jobs:
23
include:
24
- stage: "Documentation"
Project.toml
@@ -11,7 +11,7 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
11
12
[compat]
13
DataStructures = "0.17"
14
-MutableArithmetics = "0.1"
+MutableArithmetics = "0.1.1"
15
julia = "1"
[extras]
0 commit comments