Added .travis.yml

This commit is contained in:
Ary Borenszweig 2015-06-30 22:51:34 -03:00
parent d62185867b
commit d6cfeee85b
2 changed files with 4 additions and 1 deletions

1
.travis.yml Normal file
View File

@ -0,0 +1 @@
language: crystal

View File

@ -1,5 +1,7 @@
# crystal-sqlite3
[![Build Status](https://travis-ci.org/manastech/crystal-sqlite3.svg?branch=master)](https://travis-ci.org/manastech/crystal-sqlite3)
SQLite3 bindings for [Crystal](http://crystal-lang.org/).
**This is a work in progress.**
@ -16,7 +18,7 @@ end
### Usage
```
```crystal
require "sqlite3"
db = SQLite3::Database.new( "data.db" )