Skip to content

Commit

Permalink
Update .travis.yml (#656)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
pkofod committed Aug 12, 2018
1 parent 2b6c6ed commit ea499c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- osx
julia:
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
Expand All @@ -13,8 +14,8 @@ notifications:
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.test("Optim", coverage=true)'
- julia -e 'using Pkg;Pkg.clone(pwd()); Pkg.test("Optim", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Optim")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
# - julia -e 'Pkg.add("Documenter"); Pkg.add("Literate")'
# - julia -e 'cd(joinpath(Pkg.dir("Optim"), "docs")); include("make.jl")'

0 comments on commit ea499c5

Please sign in to comment.