Sign in

王子强 / d85 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • d85
  • vendor
  • fabpot
  • goutte
  • .travis.yml
  • add core
    4668e22b
    王子强 authored
    2018-05-20 14:29:21 +0800  
    Browse Files »
.travis.yml 349 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
language: php

sudo: false

cache:
    - $HOME/composer/cache/files
    - $HOME/.phpunit_bridge

env:
    global:
        - SYMFONY_PHPUNIT_DIR=$HOME/.phpunit_bridge

php:
    - 7.2
    - 7.1
    - 7.0
    - 5.6
    - 5.5
    - nightly

install:
    - composer update
    - vendor/bin/simple-phpunit install

script:
    - vendor/bin/simple-phpunit