https://github.com/dingo/api
Raw File
Tip revision: 87ce1b823941deddf266d2fcbf537145c0530716 authored by Jason Lewis on 29 September 2014, 00:06:33 UTC
Merge pull request #204 from lucasmichot/editorconfig
Tip revision: 87ce1b8
.travis.yml
language: php

php:
  - 5.4
  - 5.5
  - 5.6
  - hhvm

before_install:
  - composer self-update
  
install:
  - composer install --prefer-source --no-interaction --dev

script: phpunit
back to top