Skip to content

Commit

Permalink
Modified .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lebel committed Jul 23, 2015
1 parent 3f9cc9b commit fdb3ff2
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
language: cpp
compiler:
- clang
language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
env:
matrix:
- JULIAVERSION="juliareleases"
- JULIAVERSION="julianightlies"
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y
- "sudo apt-get install pkg-config libxml2-dev libglib2.0-dev libncurses5-dev \
python-yaml libevent-dev libpcre3-dev -y"
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("LibTrading")'
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("LibTrading"); Pkg.test("LibTrading")'

0 comments on commit fdb3ff2

Please sign in to comment.