Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 1, 2019
2 parents 5df9b69 + 90e1a8f commit 45ca579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
- julia --project=docs/ --code-coverage=user docs/make.jl
name: "HTML"
after_success: skip
after_success:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```@meta
DocTestSetup = quote
using Yao, YaoBase, YaoBlocks, YaoArrayRegister
using YaoBase, YaoBlocks, YaoArrayRegister
end
```

0 comments on commit 45ca579

Please sign in to comment.