Skip to content
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

Add Travis CI #27

Merged
merged 3 commits into from
Apr 24, 2018
Merged

Add Travis CI #27

merged 3 commits into from
Apr 24, 2018

Conversation

felixfbecker
Copy link
Contributor

Right now this just checks whether installing deps and running the build script does not produce any errors, but can be extended in the future.

.travis.yml Outdated
node_js: '8'

script:
- yarn build-react
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also build the Preact version.
Maybe use a matrix for that so we have distinct builds.

@felixfbecker
Copy link
Contributor Author

Updated

@levrik
Copy link
Owner

levrik commented Apr 24, 2018

One last thing. Please enable Yarn caching on Travis via cache: yarn

@felixfbecker
Copy link
Contributor Author

How could I forget haha

@levrik levrik merged commit 76e9745 into levrik:master Apr 24, 2018
@levrik
Copy link
Owner

levrik commented Apr 24, 2018

Thanks!

@felixfbecker felixfbecker deleted the travis branch April 24, 2018 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants