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 6c12a0d commit da182b6Copy full SHA for da182b6
.travis.yml
@@ -9,10 +9,6 @@ julia:
9
notifications:
10
email: false
11
12
-before_script:
13
- - julia -e 'Pkg.add("MultivariatePolynomials")'
14
- - julia -e 'Pkg.checkout("MultivariatePolynomials")'
15
-
16
after_success:
17
# push coverage results to Coveralls
18
- julia -e 'cd(Pkg.dir("DynamicPolynomials")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
REQUIRE
@@ -1,4 +1,4 @@
1
julia 0.6
2
-MultivariatePolynomials 0.1.0
+MultivariatePolynomials 0.1.3
3
Nullables
4
Compat 0.49
0 commit comments