From b134ca3284b5d5d059b267de5c89311024214d74 Mon Sep 17 00:00:00 2001 From: "Jake W. Ireland" Date: Wed, 28 Oct 2020 13:48:51 +1300 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 672cb389d..312249cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ notifications: email: false git: depth: 99999999 - +script: + - julia --project="." test/runtests.jl \ No newline at end of file