PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Wolfy-J   roadrunner   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: roadrunner
Run multiple tasks of PHP in parallel using Golang
Author: By
Last change:
Date: 6 years ago
Size: 445 bytes
 

Contents

Class file image Download
language: php sudo: required php: - 7.0 - 7.1 - 7.2 go: - 1.8 before_install: - composer self-update install: - composer install --no-interaction --prefer-source - go get -u "github.com/spiral/goridge" - go get -u "github.com/pkg/errors" - go get -u "github.com/stretchr/testify/assert" script: - go test -race -v -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)