Skip to content

Commit

Permalink
update travis, add 0.7 badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Aug 11, 2018
1 parent fa7a00d commit daa6ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ notifications:
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.test("Mustache", coverage=true)'
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; Pkg.test("Mustache", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Mustache")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Mustache

[![Mustache](http://pkg.julialang.org/badges/Mustache_0.6.svg)](http://pkg.julialang.org/?pkg=Mustache)
[![Mustache](http://pkg.julialang.org/badges/Mustache_0.7.svg)](http://pkg.julialang.org/?pkg=Mustache)

Linux: [![Build Status](https://travis-ci.org/jverzani/Mustache.jl.svg?branch=master)](https://travis-ci.org/jverzani/Mustache.jl)
 
Expand Down

0 comments on commit daa6ea9

Please sign in to comment.