Skip to content

Commit

Permalink
update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Sep 18, 2020
1 parent 119a568 commit 12886b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,15 +1,12 @@
language: julia
sudo: required
dist: trusty
coveralls: true
julia:
- 1.0
- 1.1
- 1.5
notifications:
email: false
before_install:
- sudo apt-get -qq update
#script: # use the default script section which is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("ExprRules"); Pkg.test("ExprRules"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("ExprRules")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 12886b1

Please sign in to comment.