Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Sep 17, 2018
1 parent d503dc8 commit bbe6c39
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ addons:
apt:
packages:
- hdf5-tools
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd());'
- julia -e 'Pkg.build("AffineInvariantMCMC"); Pkg.test("AffineInvariantMCMC"; coverage=true)'
before_script:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd());'
# - julia -e 'Pkg.build("AffineInvariantMCMC"); Pkg.test("AffineInvariantMCMC"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("AffineInvariantMCMC")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

0 comments on commit bbe6c39

Please sign in to comment.