Skip to content

Commit

Permalink
Merge pull request #37 from MinterTeam/dev
Browse files Browse the repository at this point in the history
add travis.ci
  • Loading branch information
grkamil authored Dec 11, 2018
2 parents bf44097 + e6b7e4f commit afc4d0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 7.1

branches:
only:
- master

install:
- composer install

script:
- vendor/bin/phpunit tests

0 comments on commit afc4d0e

Please sign in to comment.