Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Sep 1, 2019
1 parent 3fa5460 commit f059a9b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
sudo: true
os:
- linux
- osx
Expand All @@ -9,22 +8,11 @@ julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.3
- nightly
matrix:
allow_failures: false

branches:
only:
- master
- dev

allow_failures:
- julia: nightly
notifications:
email: false

script:
- julia --color=yes --check-bounds=yes -e 'using Pkg; Pkg.clone("https://github.com/JuliaApproximation/HypergeometricFunctions.jl"); Pkg.add("Test"); Pkg.add("LinearAlgebra"); Pkg.add("ApproxFun"); Pkg.add("FastTransforms"); Pkg.add("SpecialFunctions"); Pkg.add("DualNumbers"); Pkg.update(); Pkg.test("HypergeometricFunctions", coverage=true)'

after_success:
- julia -e 'using Pkg; cd(Pkg.dir("HypergeometricFunctions")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

codecov: true

0 comments on commit f059a9b

Please sign in to comment.