CodeCommitsIssuesPull requestsActionsInsightsSecurity
30b2916e8c7071a274bfc3f83a8a4d634b0d8f95

Branches

Tags

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

Clone

HTTPS

Download ZIP

.travis.yml

11lines · modepreview

language: php

php:
    - '5.6'

install:
    - composer install

script:
    - composer lint
    - composer test