AMD64
no language set
Git
Beakerboy/math-php:.travis.yml@4a0dbad
language: php

php:
  - '7.0'
  - '7.1'
  - '7.2'
  - '7.3'
  - '7.4'

install:
  - composer install

script:
  - mkdir -p build/logs
  - vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml
  - vendor/bin/phpcs --ignore=vendor --standard=coding_standard.xml -s .

after_success:
  - travis_retry php vendor/bin/php-coveralls -v
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.4.2"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -fs --color --order rand spec"
  ],
  "language": "ruby",
  "notifications": {
    "webhooks": {
      "urls": [
        "http://requestb.in/14h19sy1"
      ],
      "enabled": true
    }
  }
}