PortAudio.jl/.travis.yml

14 lines
309 B
YAML
Raw Normal View History

# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
sudo: required
julia:
2017-05-17 05:26:02 +02:00
- 0.6
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2017-05-19 03:57:01 +02:00
- julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); Pkg.test("PortAudio")'