From e0aa54971c675f9fb546f2a740eaf7d5c70c24b2 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Mon, 28 Jul 2014 13:26:49 +0300 Subject: [PATCH] Use the correct initial setup task --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bfea6a..0348aa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ rvm: - 2.0.0 - 2.1.2 script: - - RAILS_ENV=test bundle exec rake --trace initial_setup spec \ No newline at end of file + - RAILS_ENV=test bundle exec rake --trace bootstrap spec \ No newline at end of file