Navigation Menu

Skip to content

Commit

Permalink
add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Aug 17, 2012
1 parent e27e00c commit 246aa56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.8.7
before_script:
- mysql -e 'create database pairwise_test;'
- rake db:schema:load
script: bundle exec rake cucumber spec

0 comments on commit 246aa56

Please sign in to comment.