Skip to content

Commit

Permalink
Run assets:precompile with RAILS_ENV=production
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 14, 2011
1 parent 733909a commit ad150ea
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 @@ -22,7 +22,7 @@ before_script:
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database fat_free_crm_test;'; fi"

# Run RSpec tests and ensure that assets can compile without errors
script: "bundle exec rake && bundle exec rake assets:precompile"
script: "bundle exec rake && bundle exec rake assets:precompile RAILS_ENV=production"


# To stop Travis from running tests for a new commit,
Expand Down

0 comments on commit ad150ea

Please sign in to comment.