https://github.com/jaak-s/BayesianDataFusion.jl
Raw File
Tip revision: 7c9b3de22cd61f03913e79058bea86bf01acb7b4 authored by Jaak Simm on 23 May 2017, 08:18:23 UTC
Merge pull request #8 from tkelman/travisver
Tip revision: 7c9b3de
.travis.yml
language: julia
os:
  - linux
  - osx
julia:
  - 0.4
  - 0.5
    #  - nightly
notifications:
  email: true
# 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