Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfx/app-test-travis

Simulates Travis-CI environments
https://github.com/gfx/app-test-travis

Last synced: 26 days ago
JSON representation

Simulates Travis-CI environments

Awesome Lists containing this project

README

        

# NAME

App::test::travis - Runs Travis-CI scripts (.travis.yml)

# USAGE

test-travis [--dry-run] [.travis.yml]

# DESCRIPTION

`test-travis(1)` is a helper script which runs scripts defined in `.travis.yml`, emulating Travis-CI environments.

Note that the actual Travis-CI runs projects on Linux, so Linux specific commands like `apt-get(1)` won't work.

# SEE ALSO

[http://about.travis-ci.org/docs/user/getting-started/](http://about.travis-ci.org/docs/user/getting-started/)

[http://about.travis-ci.org/docs/user/build-configuration/#Build-Lifecycle](http://about.travis-ci.org/docs/user/build-configuration/#Build-Lifecycle) for the build lifecycle

# LICENSE

Copyright (C) Fuji, Goro (gfx) .

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Fuji, Goro (gfx)