.travis.yml 229 Bytes
Newer Older
1 2 3 4 5 6 7
language: php

php:
 - 5.5
 - 5.4

install:
8
  - composer require --prefer-dist --dev 'codeception/codeception \*' 'codeception/specify \*'
9 10 11 12 13 14

before_script:
  - php vendor/bin/codecept build

script:
  - php vendor/bin/codecept run