Skip to content

Commit

Permalink
Just run core tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 31, 2012
1 parent f30b7fc commit 1dca4ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 1dca4ce

Please sign in to comment.