Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

travis_emulator-2.0.11.tar.gz (311.8 kB view details)

Uploaded Source

File details

Details for the file travis_emulator-2.0.11.tar.gz.

File metadata

  • Download URL: travis_emulator-2.0.11.tar.gz
  • Upload date:
  • Size: 311.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for travis_emulator-2.0.11.tar.gz
Algorithm Hash digest
SHA256 ae4a4bb0d5df99f3fb298632b2d4d333d94c25452de5c7a13fbb3c8a4ce565c3
MD5 ed90e1212517e7a2604570202eceb151
BLAKE2b-256 a3163fd74f635c015700c0a24d8c6013f5e37ad6ee28404ea3079375fbe40c0b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page