Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/JuliaLang/Example.jl
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
	README.md
  • Loading branch information
jiahao committed Feb 26, 2015
2 parents b199079 + c2fb909 commit 526e34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,3 +11,4 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Example"); Pkg.test("Example"; coverage=true)';
- julia -e 'cd(Pkg.dir("Example")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,5 +3,6 @@ Example Julia package repo.
[![Example](http://pkg.julialang.org/badges/Example_release.svg)](http://pkg.julialang.org/?pkg=Example&ver=release)
[![Example](http://pkg.julialang.org/badges/Example_nightly.svg)](http://pkg.julialang.org/?pkg=Example&ver=nightly)
[![Build Status](https://travis-ci.org/JuliaLang/Example.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/Example.jl)
<<<<<<< HEAD

This comment has been minimized.

Copy link
@Keno

Keno Feb 26, 2015

Member

FOOT

This comment has been minimized.

Copy link
@jiahao

jiahao Feb 26, 2015

Author Member

[![Coverage Status](https://coveralls.io/repos/JuliaLang/Example.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaLang/Example.jl?branch=master)

0 comments on commit 526e34f

Please sign in to comment.