Skip to content

Commit ca50f64

Browse files
committed
Travis: use flow from flow-bin
1 parent cac339d commit ca50f64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ script:
3333
3434
elif [ "$TEST_TYPE" = js ]
3535
then
36-
flow check && npm test
36+
npm run flow && npm test
3737
elif [ "$TEST_TYPE" = e2e-objc ]
3838
then
39-
./scripts/e2e-test.sh
39+
./scripts/e2e-test.sh --osx
4040
else
4141
echo "Unknown test type: $TEST_TYPE"
4242
exit 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"eslint": "~2.2.0",
181181
"eslint-plugin-flow-vars": "^0.2.1",
182182
"eslint-plugin-react": "^4.2.1",
183-
"flow-bin": "0.22.0",
183+
"flow-bin": "0.22.1",
184184
"jest-cli": "0.9.0-fb2",
185185
"portfinder": "0.4.0",
186186
"react": "^0.14.5"

0 commit comments

Comments
 (0)