tadd osx, but run codecov on linux only for faster testing - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6e04488619808a281e658e6ca8a104354eacc98d
(DIR) parent 784b8ddf4d8c0e684ccd67225171564259c1475c
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 2 May 2017 08:54:19 -0400
add osx, but run codecov on linux only for faster testing
Diffstat:
M .travis.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -2,6 +2,7 @@
language: julia
os:
- linux
+ - osx
julia:
- release
- nightly
t@@ -11,6 +12,8 @@ notifications:
- andersd@riseup.net
on_success: never # default: change
on_failure: always # default: always
-after_success:
-# push coverage results to Codecov
- - julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+deploy:
+ - provider: script
+ script: julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+ on:
+ os: linux