Skip to content

Commit

Permalink
run tests under jquery 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 15, 2014
1 parent 51859df commit 793ad50
Show file tree
Hide file tree
Showing 4 changed files with 9,124 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ script:
- lineman spec-ci
- lineman spec-ci -- -f config/spec-jasmine2.json
- lineman spec-ci -- -f config/spec-jq-1.11.json
- lineman spec-ci -- -f config/spec-jq-2.1.json
# - MAJOR_JASMINE_VERSION=1 lineman grunt nodeSpec
# - MAJOR_JASMINE_VERSION=2 lineman grunt nodeSpec
11 changes: 11 additions & 0 deletions config/spec-jq-2.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"framework" : "jasmine",
"launch_in_dev" : ["Chrome"],
"launch_in_ci" : ["PhantomJS"],
"src_files" : [
"spec/prereq/**/*.js",
"vendor/js/jquery-2.1.0.js",
"generated/js/app.js",
"generated/js/spec.js"
]
}
2 changes: 1 addition & 1 deletion spec/affix-spec.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe "jasmine-fixture 1.x", ->
describe "jasmine-fixture", ->

describe "affix", ->
EXAMPLES = [
Expand Down
Loading

0 comments on commit 793ad50

Please sign in to comment.