Skip to content

Commit

Permalink
Recommend pkg"add Run@0.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 28, 2020
1 parent 37a4632 commit ca17e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ in `.travis.yml`.
```yaml
before_install:
- unset JULIA_PROJECT
- julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
- julia -e 'using Pkg; pkg"add Run@0.1"'
install:
- julia -e 'using Run; Run.prepare_test()'
script:
Expand Down Expand Up @@ -59,7 +59,7 @@ Side notes:
.template:
image: julia
before_script:
- julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
- julia -e 'using Pkg; pkg"add Run@0.1"'

test:
extends: .template
Expand Down

0 comments on commit ca17e8b

Please sign in to comment.