Skip to content

Commit 641d89a

Browse files
committed
Added Travis badge to README
1 parent 6aa46a4 commit 641d89a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ julia> Pkg.init() # Creates julia package repository (only runs once for
99
julia> Pkg.add("SQLite") # Creates the SQLite repo folder and downloads the SQLite package + dependancy (if needed)
1010
julia> using SQLite # Loads the SQLite module for use (needs to be run with each new Julia instance)
1111
```
12+
13+
Testing status: [![Build Status](https://travis-ci.org/karbarcca/SQLite.jl.png)](https://travis-ci.org/karbarcca/SQLite.jl)
14+
15+
1216
## Package Documentation
1317

1418
#### Functions

0 commit comments

Comments
 (0)