test against manifest

This commit is contained in:
Mike J Innes 2019-01-29 09:07:46 +00:00
parent 9e553adbf7
commit 66ca92cd03
1 changed files with 4 additions and 0 deletions

View File

@ -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()'