Skip to content

Commit

Permalink
min travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Feb 25, 2020
1 parent 3e220b9 commit 81e1ac2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ julia:
notifications:
email: false
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; ENV["PYTHON"]="";Pkg.build("SerialPorts");'
- julia -e 'using Pkg; Pkg.test("SerialPorts", coverage=true)'
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("SerialPorts")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# env:
# - PYTHON=""
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'using Pkg; Pkg.clone(pwd())'
# - julia -e 'using Pkg; ENV["PYTHON"]="";Pkg.build("SerialPorts");'
# - julia -e 'using Pkg; Pkg.test("SerialPorts", coverage=true)'
# after_success:
# - julia -e 'using Pkg; cd(Pkg.dir("SerialPorts")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 81e1ac2

Please sign in to comment.