Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Fix Travis setup #25

Closed
DanielMSchmidt opened this issue Mar 12, 2016 · 3 comments
Closed

Fix Travis setup #25

DanielMSchmidt opened this issue Mar 12, 2016 · 3 comments

Comments

@DanielMSchmidt
Copy link
Contributor

Hi there,

Thanks again for this great lib. I was just curious if you would mind fixing your travis setup? A simple travis.yml with language: node_js should work as it automatically runs npm install and npm test.

Have a nice day!

@bdougie
Copy link
Contributor

bdougie commented Apr 5, 2016

@DanielMSchmidt I am not familiar with Travis and have not used it for a project, but just by took a look at the react-native travis.yml.

Is what your asking for something that looks like this?

//.travis.yml

language: node_js
node_js:
  - "5"
  - "5.1"
  - "4"
  - "4.2"
  - "4.1"

@DanielMSchmidt
Copy link
Contributor Author

@bdougie Yeah, that would be okay

@RealOrangeOne
Copy link
Owner

Issue was fixed in #29

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants