https://github.com/jaak-s/BayesianDataFusion.jl
Revision 6d9ec41321209d6c30ce5c57b2d5a3d5436b4c06 authored by Jaak Simm on 21 August 2015, 14:44:20 UTC, committed by Jaak Simm on 21 August 2015, 14:44:20 UTC
1 parent d2f9752
Raw File
Tip revision: 6d9ec41321209d6c30ce5c57b2d5a3d5436b4c06 authored by Jaak Simm on 21 August 2015, 14:44:20 UTC
fixes for supporting Julia v0.4 master
Tip revision: 6d9ec41
.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