PortAudio.jl/.travis.yml
2016-08-08 23:53:59 -04:00

16 lines
423 B
YAML

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
# sudo: required
julia:
# - release
- 0.4
- 0.5
notifications:
email: false
script:
# we can't actually run on travis, so just make sure it's installable
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); Pkg.checkout("Compat"); using PortAudio'