Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fatfreecrm/fat_free_crm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Tillman committed Dec 14, 2011
2 parents dbc62a1 + 3bee905 commit 8e057c9
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 8e057c9

Please sign in to comment.