CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS
SSH

Download ZIP

.travis.yml

11lines · modepreview

language: php

php:
    - '5.6'

install:
    - composer install

script:
    - composer lint
    - composer test