From ca17e8b49c585b2f13c5f79da477dec63f4a0fe9 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 27 Sep 2020 22:40:29 -0700 Subject: [PATCH] Recommend pkg"add Run@0.1" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6a7681..6cbf9e7 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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