aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 62468f8..cccb3ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
-script: "bundle exec rake && bundle exec rspec spec/"
+before_script:
+ - "bundle exec rake refinery:testing:dummy_app"
+script: "bundle exec rake spec"
notifications:
email:
- parndt@gmail.com
@@ -16,4 +18,4 @@ rvm:
- rbx
- rbx-2.0
- ree
- - jruby \ No newline at end of file
+ - jruby