Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatsModels #201

Merged
merged 7 commits into from Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 18 additions & 11 deletions .travis.yml
@@ -1,16 +1,23 @@
language: julia

os:
- linux
- osx
- linux
- osx

julia:
- 0.6
- nightly
- 0.6
- nightly

notifications:
email: false
sudo: false
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GLM")'
# - julia -e 'Pkg.test("GLM", coverage=true)'
email: false

matrix:
allow_failures:
- julia: nightly

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("GLM"); Pkg.test("GLM", coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("GLM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'cd(Pkg.dir("GLM")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
4 changes: 2 additions & 2 deletions REQUIRE
@@ -1,7 +1,7 @@
julia 0.6
Compat 0.18.0
Compat 0.33.0
Distributions 0.10.0
StatsBase 0.12.0
StatsFuns 0.3.0
Reexport
StatsModels 0.1.0
SpecialFunctions 0.1.0