-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use as part of the test suite with Travis CI? #344
Comments
Similar thread about flow type support at eslint: eslint/eslint#2157 |
You can just download and unpack the latest .tar.gz file for your platform (probably Linux on Travis CI), which contains a binary. Travis CI lets you run arbitrary commands. For example, if you needed to compile a dependency from source: http://docs.travis-ci.com/user/installing-dependencies/#Installing-Projects-from-Source |
Cool, will look into it. Thanks! 👍 |
Could the ocaml-to-js compiled version of flow be published to npm? That way we could just list flow as a devDependency in our npm |
I second @balupton's recommendation to publish to npm and give use access to |
I'd like it so my
npm test
that is performed on Travis CI runs my flow tests. To do this, I need to figure out:I already have ESLint checks going with the babel-eslint parser.
The text was updated successfully, but these errors were encountered: