Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gfx/app-test-travis
- Owner: gfx
- License: other
- Created: 2013-08-13T00:19:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T23:31:29.000Z (over 10 years ago)
- Last Synced: 2023-08-20T22:33:37.816Z (about 1 year ago)
- Language: Perl
- Homepage: https://metacpan.org/release/App-test-travis
- Size: 188 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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)