Skip to content

Commit

Permalink
Drop asset cache and precompilation on Travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Mar 2, 2015
1 parent 0f2d2bd commit 1a7988c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ sudo: false
cache:
bundler: true
directories:
- public/assets
- app/assets/images

branches:
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/tests.rake
Expand Up @@ -4,7 +4,7 @@ namespace :ci do
task :other => [ :prepare_db, "tests:generate_fixtures", :spec, "jasmine:ci" ]

desc "Run cucumber"
task :cucumber => [ :prepare_db, "assets:precompile", "rake:cucumber" ]
task :cucumber => [ :prepare_db, "rake:cucumber" ]

desc "Prepare db"
task :prepare_db => [ "db:create", "db:test:load"]
Expand Down

0 comments on commit 1a7988c

Please sign in to comment.