Skip to content

Commit ee15ca5

Browse files
authored
dont jump version number (#202)
1 parent 4ace824 commit ee15ca5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,19 @@ julia:
1212
- 1.4
1313
- nightly
1414

15-
matrix:
16-
fast_finish: true
17-
allow_failures:
18-
- julia: nightly
19-
2015
notifications:
2116
email: false
2217

2318
codecov: true
2419

2520
jobs:
21+
allow_failures:
22+
- julia: nightly
2623
include:
2724
- stage: "Documentation"
28-
julia: 1.2
25+
julia: 1.4
2926
os: linux
3027
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()))'
3229
- julia --project=docs/ docs/make.jl
3330
after_success: skip

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "0.9.0"
5+
version = "0.8.0"
66

77
[deps]
88
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"

0 commit comments

Comments
 (0)