Ignore:
Timestamp:
2014/01/08 22:10:28 (10 years ago)
Author:
kimoto
Message:

#150 (ユニットテスト環境の整備)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/build.xml

    r23319 r23320  
    2626  </target> 
    2727  <target name="checkstyle" description="Find coding standard violations using PHP_CodeSniffer creating a log file for the continuous integration server"> 
    28       <exec executable="phpcs" failonerror="off"> 
     28      <exec executable="phpcs" output="/dev/null"> 
    2929          <arg line="-v  
    3030              --report-checkstyle=${basedir}/reports/checkstyle.xml 
Note: See TracChangeset for help on using the changeset viewer.