Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop: (28 commits)
  update badges
  update to phpunit4
  update test for travis test
  update .travis.yml
  add coveralls setting
  Update readme.md
  add build-badge to read me
  Travis発射実験 take2
  update travis settings
  Update .travis.yml
  travis実験
  Travis設定ファイル追加。 PHP-Coveralls追加。
  Taskの定数を0オリジンから1オリジンに変更
  不要コードの整理
  Taskの定数を0オリジンから1オリジンに変更
  登録時認証なしの場合に、メール送信ボタンを非表示にした。 close #5
  updaupdate readme
  updaupdate readme
  update read me
  update read me
  ...
  • Loading branch information
Fumio Furukawa committed Jul 27, 2014
2 parents 25fbdff + 716ded2 commit 17002e1
Show file tree
Hide file tree
Showing 202 changed files with 5,838 additions and 4,546 deletions.
7 changes: 7 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# service name
service_name: travis-ci

# for php-coveralls
src_dir: .
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .travis.yml
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction

script:
- mkdir -p build/logs
- php artisan migrate --env=testing
- php artisan db:seed --env=testing
- php vendor/bin/phpunit -c phpunit.xml.dist

after_script:
- php vendor/bin/coveralls -v
213 changes: 0 additions & 213 deletions @views-converted/views/dashboard/index.blade.php

This file was deleted.

0 comments on commit 17002e1

Please sign in to comment.