Skip to content

Commit

Permalink
Merge pull request #224 from zenna/zt-de
Browse files Browse the repository at this point in the history
Zt de
  • Loading branch information
zenna committed Feb 16, 2023
2 parents 2e7fe43 + 551e740 commit 6ed4d74
Show file tree
Hide file tree
Showing 30 changed files with 1,556 additions and 913 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
version:
- '1.6'
- '1.7'
- '1.8'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -57,10 +58,8 @@ jobs:
- run: |
julia --project=docs -e '
using Pkg
Pkg.update()
Pkg.add(url="https://github.com/zenna/AndTraits.jl", rev="main")
Pkg.add(url = pwd(), subdir = "OmegaCore")
Pkg.develop(url = pwd())'
Pkg.develop(url = pwd())
Pkg.add(url = pwd(), subdir = "OmegaCore")'
- run: |
julia --project=docs -e '
using Documenter: doctest
Expand Down
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

0 comments on commit 6ed4d74

Please sign in to comment.