Skip to content

Commit

Permalink
- update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saltpork committed Jul 29, 2017
1 parent 263e346 commit 99d9ffb
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
language: cpp
compiler:
- clang
language: julia
julia:
- 0.6
notifications:
email: true
env:
matrix:
- 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
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'versioninfo(); Pkg.init(); Pkg.clone(pwd())'
- julia --color=yes ./test/runtests.jl

0 comments on commit 99d9ffb

Please sign in to comment.