Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dm13450 committed Jun 22, 2020
1 parent df8cce9 commit 9d9ef59
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,17 @@ os:
- osx
julia:
- 1
- 1.3
- nightly
notifications:
email: false
##git:
## depth: 99999999

codecov: true
coveralls: true

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: nightly

# before_install:
# # linux
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://cran.rstudio.com/bin/linux/ubuntu $(lsb_release -s -c)/"; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq -y; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install git r-base r-base-dev r-recommended -y; fi
#
# # osx
# # faster than using homebrew/science tap
# # but no permalink to release download
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then wget "https://cran.rstudio.com/bin/macosx/$(wget -qO- https://cran.rstudio.com/bin/macosx/ | sed -n 's/.*href="\(R-[^"]*.pkg\)".*/\1/p' | head -n 1)"; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo installer -pkg R-*.pkg -target /; fi
#
# install:
# - sudo R --vanilla -e 'install.packages("dirichletprocess", repos="http://cran.us.r-project.org")'
#
#
# ## uncomment and modify the following lines to manually install system packages
# #addons:
# # apt: # apt-get for linux
# # packages:
# # - gfortran
# #before_script: # homebrew for mac
# # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
#
# ## 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("HawkesProcess"); Pkg.test("HawkesProcess"; coverage=true)'
# after_success:
# # push coverage results to Coveralls
# - julia -e 'cd(Pkg.dir("HawkesProcess")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# # push coverage results to Codecov
# - julia -e 'cd(Pkg.dir("HawkesProcess")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 9d9ef59

Please sign in to comment.