Skip to content

Commit

Permalink
will this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachs committed Apr 10, 2015
1 parent e7598f8 commit 9b7620a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ before_script:
- bower install

script:
- grunt
- grunt --force
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
2 changes: 1 addition & 1 deletion test/fixtures/generated/CCD_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@
]
},
"meta": {
"version": "1.5.0-beta.2",
"version": "1.5.0-beta.3",
"identifiers": [
{
"identifier": "2.16.840.1.113883.19.5.99999.1",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/generated/SampleCCDDocument.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
]
},
"meta": {
"version": "1.5.0-beta.2",
"version": "1.5.0-beta.3",
"identifiers": [
{
"identifier": "db734647-fc99-424c-a864-7e3cda82e703"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
]
},
"meta": {
"version": "1.5.0-beta.2",
"version": "1.5.0-beta.3",
"identifiers": [
{
"identifier": "2.16.840.1.113883.4.349",
Expand Down

0 comments on commit 9b7620a

Please sign in to comment.