https://github.com/EthanAnderes/NonstationaryPhase.jl
Raw File
Tip revision: 4c9ffc1a71814507f4484251fc3ab11b2d5350ed authored by Ethan Anderes on 11 March 2016, 00:49:16 UTC
fixed up imsart bib style
Tip revision: 4c9ffc1
.travis.yml
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
  - linux
  - osx
julia:
  - release
  - nightly
notifications:
  email: false
# uncomment the following lines to override the default test script
#script:
#  - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
#  - julia -e 'Pkg.clone(pwd()); Pkg.build("NonstationaryPhase"); Pkg.test("NonstationaryPhase"; coverage=true)'
back to top