소스 검색

run basic app functional tests within the main repo test chain

Carsten Brandt 12 년 전
부모
커밋
63b173ff40
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      .travis.yml

+ 0 - 12
.travis.yml

@@ -1,12 +0,0 @@
-language: php
-
-php:
- - 5.5
- - 5.4
-
-before_script:
-  - composer install --dev --prefer-dist
-  - php vendor/bin/codecept build
-
-script:
-  - php vendor/bin/codecept run functional