Travis CI emulator for local develop environment
Project description
Travis emulator can emulate TravisCi parsing the .travis.yml file in local Linux machine. You can test your application before pushing code to github.com web site.
Travis emulator can creates all the build declared in .travis.yml; all the builds are executed in sequential way. The directory ~/travis_log (see -l switch) keeps the logs of all builds created. Please note that log file is a binary file with escape ANSI screen code. If you want to see the log use one of following command:
travis show
less -R ~/travis_log/<build_name>.log
A travis build executes the following steps:
Initialize from local .travis.conf (not in travis-ci.org)
Optional install packages apt addons (emulatore makes just the check)
Optional install packages cache
Set global values env global
Execute code before_install
Execute matrix initialization, included python version
Execute build code install
Execute build code before_script
Execute build code script
Execute build before_cache (only if cache is effective, not emulated)
Execute build code after_success (emulated) or after_failure (not emulated)
Optional code before_deploy (only if deployment is effective, not emulated)
Optional code deploy (not emulated)
Optional code after_deploy (only if deployment is effective, not emulated)
Execute code after_script (not emulated)
Wep from local .travis.conf (not in travis-ci.org)
Read furthermore info read travis-ci phase
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file travis_emulator-2.0.8.tar.gz
.
File metadata
- Download URL: travis_emulator-2.0.8.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1baa03a7334eb518159b9952378c3c104cd09fb7af6bfe8f9f0c8a5aa50bfe56 |
|
MD5 | 928a9a5ddc1d1b1adcbb5fb8b15cd8cd |
|
BLAKE2b-256 | 32b1de085b1f556685a0baca6cc6ae657eeb36b58fb21060f21419af18f330b9 |