tOnly run coverage on 1.0 and mac - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5550f98c8e05ec6b8e36e131ff7e633c93a89f46
DIR parent 90b78280cb48b35239e9b99f48069f02736dbcf3
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 29 Nov 2018 16:11:52 +0100
Only run coverage on 1.0 and mac
Diffstat:
M .travis.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -39,7 +39,11 @@ jobs:
Pkg.test("Granular"; coverage=true)';
after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage;
- Codecov.submit(process_folder())'
+ Codecov.submit(Codecov.process_folder());'
+ on:
+ os: linux
+ julia: 1.0
+ all_branches: true
- stage: docs
julia: 1.0