mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-14 18:52:14 -07:00
WignerSymbols.jl generated files.
license: MIT
authors: Jutho
years: 2017
user: jutho
Julia Version 0.7.0-DEV.1283 [4fea203375]
This commit is contained in:
parent
3c93b33c80
commit
a5395dca5b
9 changed files with 126 additions and 0 deletions
35
.travis.yml
Normal file
35
.travis.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
## Documentation: http://docs.travis-ci.com/user/languages/julia/
|
||||
language: julia
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
julia:
|
||||
- 0.6
|
||||
- nightly
|
||||
notifications:
|
||||
email: false
|
||||
git:
|
||||
depth: 99999999
|
||||
|
||||
## 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
|
||||
|
||||
## uncomment and modify the following lines to manually install system packages
|
||||
#addons:
|
||||
# apt: # apt-get for linux
|
||||
# packages:
|
||||
# - gfortran
|
||||
#before_script: # homebrew for mac
|
||||
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
|
||||
|
||||
## uncomment the following lines to override the default test script
|
||||
#script:
|
||||
# - julia -e 'Pkg.clone(pwd()); Pkg.build("WignerSymbols"); Pkg.test("WignerSymbols"; coverage=true)'
|
||||
after_success:
|
||||
# push coverage results to Coveralls
|
||||
- julia -e 'cd(Pkg.dir("WignerSymbols")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
|
||||
# push coverage results to Codecov
|
||||
- julia -e 'cd(Pkg.dir("WignerSymbols")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
|
||||
Loading…
Add table
Add a link
Reference in a new issue