Skip to content

Commit

Permalink
Minor cleanups (#1110)
Browse files Browse the repository at this point in the history
- Delete `.travis.yml`
- Add `[compat]` to `docs/Project.toml`
- CI: switch from "nightly" to "pre"
  • Loading branch information
timholy authored Oct 29, 2024
1 parent 32860fd commit 577fbde
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
version:
- "1.6"
- "1"
- "pre"
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -21,7 +22,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/JuliaNightly.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

7 changes: 6 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

[compat]
Documenter = "1"
Literate = "2"

0 comments on commit 577fbde

Please sign in to comment.