Skip to content

Commit

Permalink
Merge 2c09a13 into 0bc7ce9
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jul 30, 2016
2 parents 0bc7ce9 + 2c09a13 commit c8b1b72
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
language: cpp
compiler:
- clang
language: julia
os:
- osx
- linux
julia:
- 0.4
- 0.5
- nightly
notifications:
email: false
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/juliareleases -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("LinearLeastSquares"))`); Pkg.pin("LinearLeastSquares"); Pkg.resolve()'
- julia -e 'using LinearLeastSquares; @assert isdefined(:LinearLeastSquares); @assert typeof(LinearLeastSquares) === Module'
- julia --code-coverage test/runtests.jl
email: false
after_success:
- julia -e 'cd(Pkg.dir("LinearLeastSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit c8b1b72

Please sign in to comment.