Commit 246aa568a71dba285736e2764e2407122b27ee66

Authored by Luke Baker
1 parent e27e00c0

add travis.yml

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
.travis.yml 0 → 100644
@@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
  1 +language: ruby
  2 +rvm:
  3 + - 1.8.7
  4 +before_script:
  5 + - mysql -e 'create database pairwise_test;'
  6 + - rake db:schema:load
  7 +script: bundle exec rake cucumber spec