Skip to content

Commit

Permalink
stop running tests against jQuery 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raycohen committed Jul 9, 2012
1 parent 1a27eba commit 486cb05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,9 @@ task :test, [:suite] => :dist do |t, args|
suites = {
:default => packages.map{|p| "package=#{p}" },
:runtime => [ "package=ember-metal,ember-runtime" ],
# testing older jQuery 1.6.4 for compatibility
:all => packages.map{|p| "package=#{p}" } +
["package=all&jquery=1.6.4&nojshint=true",
"package=all&jquery=git&nojshint=true",
["package=all&jquery=git&nojshint=true",
"package=all&extendprototypes=true&nojshint=true",
"package=all&extendprototypes=true&jquery=1.6.4&nojshint=true",
"package=all&extendprototypes=true&jquery=git&nojshint=true",
"package=all&nocpdefaultcacheable=true&nojshint=true",
"package=all&noviewpreservescontext=true&nojshint=true",
Expand Down

0 comments on commit 486cb05

Please sign in to comment.