Skip to content

Commit

Permalink
[CI] next try to fix travis->coveralls intergration
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Jan 6, 2016
1 parent 978b781 commit 0664046
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service_name: travis-ci
coverage_clover: test/build/logs/clover.xml
coverage_clover: build/logs/clover.xml
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ before_script:

script:
- phpunit --configuration $TRAVIS_BUILD_DIR/test/phpunit.xml
- pwd

after_script:
- cd $TRAVIS_BUILD_DIR
- pwd
- ls
- ln -s test/build
- php vendor/bin/coveralls -vvv
Expand Down
35 changes: 0 additions & 35 deletions build.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ role=recruiter
external.app.key=will-be-overwritten-during-build-process
external.app.prefix=myapp

;
; Email (module/Core/config/core.mails.global.php.dist).
;
mail.from.email=name@example.com
mail.from.name=YAWIK

; subject of the initial email, if somebody logs into via a social network
mail.first_login.subject=Welcome to the YAWIK demo

Expand All @@ -44,35 +38,6 @@ auth.suffix=
;
mail.develop.override_recipient=

;
; Facebook, Xing and Linkedin credentials. (module/Auth/config/module.auth.global.php.dist)
; You'll het an facebook app ID by creating a Facebook app.
; more info: https://developers.facebook.com/

facebook.enabled=false
facebook.appid=<put your facebook app ID here>
facebook.secret=<put you facebook app secret here>
facebook.scope=email,user_about_me,user_birthday,user_hometown,user_work_history,user_education_history

; more info: https://dev.xing.com/
xing.enabled=false
xing.appid=<put your xing app ID here>
xing.secret=<put your xing app secret here>
xing.scope=

; more info: https://developer.linkedin.com/
linkedin.enabled=false
linkedin.appid=<put your linkedin app ID here>
linkedin.secret=<put your linkedin app secret here>
linkedin.scope=r_fullprofile

;
; reCapture on registration form
; these information you need to get from: https://www.google.com/recaptcha/admin#list
;
captcha.recapture.public_key=<put your public key here>
captcha.recapture.private_key=<put your secret key here>

;
; For Developers: If you plan to contribute to the development, you can define some deployment variables.
;
Expand Down

0 comments on commit 0664046

Please sign in to comment.