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
  • drupal-composer
  • drupal-scaffold
  • .travis.yml
  • add core
    4668e22b
    王子强 authored
    2018-05-20 14:29:21 +0800  
    Browse Files »
.travis.yml 383 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
language: php
php:
  - 5.5
  - 5.6
  - 7.0

sudo: false

git:
 depth: 10000

before_install:
  - phpenv config-rm xdebug.ini
  - composer --verbose self-update
  - composer --version

install:
  - composer --verbose install

before_script:
  - git config --global user.email "travisci@example.com"
  - git config --global user.name "Travis CI Test"

script:
  - ./vendor/bin/phpunit