Added Travis config.

This commit is contained in:
Emile Cantin 2012-09-11 11:37:22 -04:00
parent bdf4c92b72
commit 9c6cd80630
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.bundle
Gemfile.lock
pkg/*
*.swp

1
.travis.yml Normal file
View File

@ -0,0 +1 @@
script: "bundle exec rspec"