From 5fcdf4c16db79271e5b026969079429c7324ec6b Mon Sep 17 00:00:00 2001 From: "Jake W. Ireland" Date: Wed, 28 Oct 2020 17:49:25 +1300 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 652d94a6..66287b6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ git: jobs: include: - - stage: test + - stage: test script: - julia --color=yes --project=. -e 'using Pkg; Pkg.instantiate()' - julia --color=yes --project=. test/runtests.jl