diff --git a/.travis.yml b/.travis.yml index 8b45917a52e..b4fd17af496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,7 @@ env: script: - "export DISPLAY=:99.0" - "alias set_gemfile='export BUNDLE_GEMFILE=\"`pwd`/Gemfile\"'" - - "cd api; set_gemfile; bundle install --quiet; bundle exec rspec spec" - - "cd ../core; set_gemfile; bundle install --quiet; bundle exec rspec spec" - - "cd ../dash; set_gemfile; bundle install --quiet; bundle exec rspec spec" - - "cd ../promo; set_gemfile; bundle install --quiet; bundle exec rspec spec" + - "cd core; set_gemfile; bundle install --quiet; bundle exec rspec spec" notifications: email: