modernize .travis.yml

the PPA is no longer recommended, `language: julia` allows testing against more versions of julia
pull/11/head
Tony Kelman 2017-06-19 13:32:07 -07:00 committed by Mark McCurry
parent c7f98793d0
commit 8c02f9b86f
1 changed files with 5 additions and 12 deletions

View File

@ -1,14 +1,7 @@
language: cpp
compiler:
- clang
language: julia
julia:
- 0.5
- 0.6
- nightly
notifications:
email: false
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y
script:
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir())/OSC`); Pkg.resolve()'
- julia -e 'using OSC; @assert isdefined(:OSC); @assert typeof(OSC) === Module'
- julia test/runtests.jl TEST