Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 725 Bytes

TravisCiStrategy.md

File metadata and controls

32 lines (23 loc) · 725 Bytes

TravisCiBuildStrategy

This strategy parses the .travis.yml file at the root of your project to create a Dockerfile for each job and run tests.

Language and version support

For the moment only the following language / version list is supported, the goal is to support what travis supports:

  • php
    • 5.3 (5.3.28)
    • 5.4 (5.4.31)
    • 5.5 (5.5.15)
    • 5.6 (5.6.3)
    • hhvm (3.3.0)
  • ruby
    • 1.9.3
    • 2.0.0
    • 2.1.0
  • node
    • 0.6
    • 0.8
    • 0.10
    • 0.11

Service support

Some services are supported for you to use

Docker images

This strategy use pre-built docker images available on this github repository: https://github.com/jolicode/docker-images