diff options
| author | Tyler Mercier <tylermercier@gmail.com> | 2013-07-24 20:13:39 -0600 |
|---|---|---|
| committer | Tyler Mercier <tylermercier@gmail.com> | 2013-07-24 20:13:39 -0600 |
| commit | f7e20396cd9d8f96374f7a32f3e12c809c71a77c (patch) | |
| tree | e81f6f30c71850b711fbd2850612e57da961ffc3 | |
| parent | 1f58ab205c1e255d2671895a209fb3322113f940 (diff) | |
update ci task
| -rw-r--r-- | lib/tasks/ci.rake | 2 | ||||
| -rw-r--r-- | script/ci.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index a44124c..ec94e94 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -7,6 +7,6 @@ task :ci do Rake::Task['db:test:load'].execute Rake::Task['db:migrate'].execute Rake::Task['db:test:prepare'].execute - Rake::Task['spec'].execute Rake::Task['teaspoon'].execute + Rake::Task['spec'].execute end diff --git a/script/ci.sh b/script/ci.sh index 3d466bb..76ca521 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -10,4 +10,4 @@ echo 'installing gems' bundle install echo 'running tests' -xvfb-run bundle exec rake ci +bundle exec rake ci RAILS_ENV=test --trace |
