Recommend this page to a friend! |
Classes of Jelle Sebreghts | > | Lexographical PHP Permutations Generator | > | .travis.yml | > | Download |
|
![]() |
language: php php: - "5.6" - "7.0" - "7.1" - "nightly" - "hhvm" install: - composer self-update - composer install --dev script: vendor/bin/phpunit addons: code_climate: repo_token: e530cd25de990c7daeabd35f58ab744fa3644faedddbf19f96e9a6d898782a7a after_success: - vendor/bin/test-reporter sudo: false |