Skip to content

Commit

Permalink
Reverted .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Mar 10, 2012
1 parent 57fb11c commit 8d54891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ before_script:
- "sh -e /etc/init.d/xvfb start"

# Run specs, acceptance tests, and ensure that assets can compile without errors
script: "bundle exec rake app:spec:no_acceptance && bundle exec rake app:spec:acceptance && RAILS_ENV=production bundle exec rake app:assets:precompile:primary"
script: "bundle exec rake spec && bundle exec rake acceptance && RAILS_ENV=production bundle exec rake assets:precompile:primary"

# To stop Travis from running tests for a new commit,
# add the following to your commit message: [ci skip]
Expand Down

0 comments on commit 8d54891

Please sign in to comment.