mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
34 lines
639 B
YAML
34 lines
639 B
YAML
# Documentation: http://docs.travis-ci.com/user/languages/julia/
|
|
language: julia
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
julia:
|
|
- 1.0
|
|
- 1
|
|
- nightly
|
|
# env:
|
|
# - JULIA_NUM_THREADS=1
|
|
# - JULIA_NUM_THREADS=4
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- julia: nightly
|
|
|
|
codecov: true
|
|
coveralls: true
|
|
|
|
# jobs:
|
|
# include:
|
|
# - stage: "Documentation"
|
|
# julia: 1.1
|
|
# 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
|