File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,19 @@ julia:
12
12
- 1.4
13
13
- nightly
14
14
15
- matrix :
16
- fast_finish : true
17
- allow_failures :
18
- - julia : nightly
19
-
20
15
notifications :
21
16
email : false
22
17
23
18
codecov : true
24
19
25
20
jobs :
21
+ allow_failures :
22
+ - julia : nightly
26
23
include :
27
24
- stage : " Documentation"
28
- julia : 1.2
25
+ julia : 1.4
29
26
os : linux
30
27
script :
31
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate( )'
28
+ - julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg. develop(PackageSpec(path=pwd()))'
32
29
- julia --project=docs/ docs/make.jl
33
30
after_success : skip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "Polynomials"
2
2
uuid = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
3
3
license = " MIT"
4
4
author = " JuliaMath"
5
- version = " 0.9 .0"
5
+ version = " 0.8 .0"
6
6
7
7
[deps ]
8
8
Intervals = " d8418881-c3e1-53bb-8760-2df7ec849ed5"
You can’t perform that action at this time.
0 commit comments