Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jul 7, 2019
1 parent 5787392 commit c2cfed7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
@@ -0,0 +1,31 @@
language: julia

os:
- osx
- linux

julia:
- 1.0
- 1.1
- 1.2
- nightly

# # Uncomment the following lines to allow failures on nightly julia
# # (tests will run but not make your overall status red)
# matrix:
# allow_failures:
# - julia: nightly

notifications:
email: false

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

0 comments on commit c2cfed7

Please sign in to comment.