Skip to content

Commit

Permalink
Update .travis for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Sep 6, 2018
1 parent 63ad987 commit b963688
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- osx
julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
Expand All @@ -21,8 +22,8 @@ branches:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("StaticArrays"); Pkg.test("StaticArrays"; coverage=true)'
after_success:
- if [ $TRAVIS_JULIA_VERSION = "0.6" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
julia -e 'cd(Pkg.dir("StaticArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
- if [ $TRAVIS_JULIA_VERSION = "0.7" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
fi
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("StaticArrays")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'import StaticArrays; cd(joinpath(dirname(pathof(StaticArrays)), "..")); include(joinpath("docs", "make.jl"))'

0 comments on commit b963688

Please sign in to comment.