Skip to content

Commit

Permalink
Test using Julia v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed May 2, 2020
1 parent c26bbf9 commit 5cf63e8
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Expand Up @@ -5,9 +5,18 @@ os:
- osx

julia:
- 1.2
- 1.3
- nightly
- 1.0
- 1.4

jobs:
include:
- stage: "Documentation"
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success:
- julia --project=docs/ docs/deploy.jl

after_success:
- julia -e 'cd(Pkg.dir("Gmsh")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 5cf63e8

Please sign in to comment.