Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stroitzsch committed Jan 9, 2020
2 parents f4cb7cc + c8ad3c6 commit 859498c
Show file tree
Hide file tree
Showing 38 changed files with 242,842 additions and 241,387 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,26 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly
matrix:
allow_failures:
- julia: 1.0
- julia: 1.1
- julia: 1.2
- julia: nightly
script:
- julia --project -e 'import Pkg; Pkg.build(); Pkg.instantiate()'
- julia --project -e 'import Pkg; Pkg.test();'
jobs:
include:
- stage: "Documentation"
julia: 1.1
os: osx
julia: 1.3
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip
after_success: skip
Loading

0 comments on commit 859498c

Please sign in to comment.