Skip to content

Commit efcd8b8

Browse files
committed
Merge pull request #204 from rackt/fix_travis
Fix CI build errors
2 parents addd781 + 81d47af commit efcd8b8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "iojs-2"
3+
- "5"
44
script:
55
- npm run lint
66
- npm test

test/components/connect.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,7 @@ describe('React', () => {
11011101
expect(() =>
11021102
TestUtils.renderIntoDocument(<Decorated />)
11031103
).toThrow(
1104-
'Invariant Violation: Could not find "store" in either the context ' +
1105-
'or props of "Connect(Container)". Either wrap the root component in a ' +
1106-
'<Provider>, or explicitly pass "store" as a prop to "Connect(Container)".'
1104+
/Could not find "store"/
11071105
)
11081106
})
11091107

0 commit comments

Comments
 (0)