Skip to content

Commit 577fbde

Browse files
authored
Minor cleanups (#1110)
- Delete `.travis.yml` - Add `[compat]` to `docs/Project.toml` - CI: switch from "nightly" to "pre"
1 parent 32860fd commit 577fbde

File tree

4 files changed

+8
-62
lines changed

4 files changed

+8
-62
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
version:
1414
- "1.6"
1515
- "1"
16+
- "pre"
1617
os:
1718
- ubuntu-latest
1819
- macOS-latest
@@ -21,7 +22,7 @@ jobs:
2122
- x64
2223
steps:
2324
- uses: actions/checkout@v4
24-
- uses: julia-actions/setup-julia@v1
25+
- uses: julia-actions/setup-julia@v2
2526
with:
2627
version: ${{ matrix.version }}
2728
arch: ${{ matrix.arch }}

.github/workflows/JuliaNightly.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
34
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
45
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
6+
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
57
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
6-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
8+
9+
[compat]
10+
Documenter = "1"
11+
Literate = "2"

0 commit comments

Comments
 (0)