From 66ca92cd03a6af0de795808c1ad3595b8984ec6a Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Tue, 29 Jan 2019 09:07:46 +0000 Subject: [PATCH] test against manifest --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index edc8dca9..df8161c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,7 @@ jobs: Pkg.instantiate()' - julia --project=docs/ docs/make.jl after_success: skip + +## uncomment the following lines to override the default test script +script: + - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'