CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

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

Clone

HTTPS
SSH

Download ZIP

.travis.yml

11lines · modecode

1language: php
2
3php:
4 - '5.6'
5
6install:
7 - composer install
8
9script:
10 - composer lint
11 - composer test