comunica / travis-presets

Comunica-related Travis importable config presets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comunica Travis Presets

This is a repository for reusable configs for Travis CI, which can be imported into your Travis file.

Available Presets

All these presets extend from rubensworks/travis-presets:node-base.yml.

  • yarn.yml: Uses Yarn for running build, lint and test-ci.
  • yarn-monorepo.yml: Uses Yarn for running build, lint, test-ci and coveralls-ci, and Lerna for running browser and spec. Also deploys documentation and available Docker images.

Example

import: comunica/travis-presets:yarn.yml@master
# ... other stuff

License

This software is written by Ruben Taelman.

This code is released under the MIT license.

About

Comunica-related Travis importable config presets