https://github.com/jaak-s/BayesianDataFusion.jl
Revision b951ec4b6a4af888dc71de1bf3a00e74a0ee17e9 authored by Jaak Simm on 06 February 2015, 11:27:53 UTC, committed by Jaak Simm on 06 February 2015, 11:27:53 UTC
1 parent 7f063be
Raw File
Tip revision: b951ec4b6a4af888dc71de1bf3a00e74a0ee17e9 authored by Jaak Simm on 06 February 2015, 11:27:53 UTC
f only applied on posterior samples
Tip revision: b951ec4
.travis.yml
language: julia
os:
  - linux
  - osx
julia:
  - release
  - nightly
notifications:
  email: false
# uncomment the following lines to override the default test script
#script:
#  - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
#  - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("BayesianDataFusion"); Pkg.test("BayesianDataFusion"; coverage=true)'
back to top