Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Update a `.travis.yml` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.

License

NotificationsYou must be signed in to change notification settings

update/updater-travis

Repository files navigation

Update .travis.yml based on preferences.

updater-travis

NPM versionNPM monthly downloadsBuild Status

updater-travis demo

(TOC generated byverb usingmarkdown-toc)

What is "Update"?

Details

Update is a new, open-source developer framework for automating updates of any kind to code projects. All actual updating is done plugins called "updaters", like this one.

Updaters can be run from the command line whenUpdate's CLI is installed globally, or they can be used as building blocks for creating otherupdaters.

For more information:

What does updater-travis do?

Most updaters do one specific thing. This updater adds a.travis.yml file or replaces the.travis.yml file in the current working directory using a template defined by you in~/templates/_travis.yml (user home on your system), or the generic template in this project'stemplates directory.

Getting started

Install

Installing the CLI

To runupdater-travis from the command line, you'll need to installUpdate globally first. You can do that now with the following command:

$ npm install --global update

This adds theupdate command to your system path, allowing it to be run from any directory.

Install updater-travis

Install this module with the following command:

$ npm install --global updater-travis

Usage

Make sure your work is committed, then run the updater'sdefaulttask with the following command:

$ update travis

What will happen?

Upon running$ update travis command, this updater'sdefault task will be executed, which replaces the.travis.yml file in the cwd with the~/templates/_travis.yml template defined by you, or the default templates found intemplates/_travis.yml in this repository.

(Note that all dotfile templates are prefixed with an underscore to prevent programs from mistaking them as real files)

Tasks

Visit thedocumentation for tasks.

About

Related projects

You might also find these projects useful.

Community

Are you usingUpdate in your project? Have you published anupdater and want to share your Update project with the world?

Here are some suggestions!

  • If you get like Update and want to tweet about it, please use the hashtag#updatejs (not@)
  • Show your love by starringUpdate andupdater-travis
  • Get implementation help onStackOverflow (please use theupdatejs tag in questions)
  • Gitter Discuss Update with us onGitter
  • If you publish an updater, thank you! To make your project as discoverable as possible, please add the keywordupdateupdater to package.json.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests,please create an issue.

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install&& npmtest

Author

Jon Schlinkert

License

Copyright © 2017,Jon Schlinkert.Released under theMIT License.


This file was generated byverb-generate-readme, v0.6.0, on July 11, 2017.

About

Update a `.travis.yml` file based on a template and preferences. This updater can be used from the command line when installed globally, or as a plugin in other updaters.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp