Skip to content

Commit

Permalink
Merge pull request #20 from tkelman/patch-1
Browse files Browse the repository at this point in the history
Modernize Travis configuration
  • Loading branch information
skariel committed Jul 12, 2016
2 parents 9fe6862 + 9bb7102 commit 9d1b88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .travis.yml
@@ -1,19 +1,9 @@
language: cpp
compiler:
- clang
language: julia
julia:
- 0.3
- 0.4
- 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
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("VoronoiDelaunay", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("VoronoiDelaunay")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
1 change: 1 addition & 0 deletions REQUIRE
@@ -1,3 +1,4 @@
julia 0.3
GeometricalPredicates 0.0.4
Colors
Compat

0 comments on commit 9d1b88f

Please sign in to comment.