From f30267e037c69b682848a117d8c55a4a57b651d2 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 2 Mar 2020 20:14:43 +0800 Subject: [PATCH] bring back test on custom Manifest.toml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2e1dab6b..90cf039b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,7 @@ jobs: allow_failures: - julia: nightly + +## uncomment the following lines to override the default test script +script: + - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'