Skip to content

Commit

Permalink
Merge pull request #665 from slick/tmp/travis-basic
Browse files Browse the repository at this point in the history
Add basic Travis CI configuration
  • Loading branch information
szeiger committed Feb 10, 2014
2 parents fc2a579 + 386920a commit a347e32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: scala
script: sbt test
jdk:
- openjdk6
notifications:
flowdock:
secure: j3YP9TjiIcMRy2mvunF1AHBOFnz2H7mZAFVbHPBNkAjMCwSdBNvLpn33qv6ybr02c5snBDJTs0P70RJ/mh3YsqwnIeloQD9HUfnndKQD6ujxx1QWRI/lVDW4pfVRQEuPsXdW/3AiqxrSG5BS4thiyc3vj3LpnodHwNMUT+Nlmq0=
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
[![Stories in Ready](https://badge.waffle.io/slick/slick.png?label=1%20-%20Ready)](https://waffle.io/slick/slick)
Slick
=====

[![Build Status](https://travis-ci.org/slick/slick.png?branch=2.0)](https://travis-ci.org/slick/slick) [![Stories in Ready](https://badge.waffle.io/slick/slick.png?label=1%20-%20Ready)](https://waffle.io/slick/slick)

Slick is a modern database query and access library for Scala. It allows you
to work with stored data almost as if you were using Scala collections while
at the same time giving you full control over when a database access happens
Expand Down

0 comments on commit a347e32

Please sign in to comment.