Ignore:
Timestamp:
2014/04/29 16:51:33 (10 years ago)
Author:
kimoto
Message:

#150 JSHintを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/.travis.yml

    r22886 r23376  
    2121  - cp tests/require.php.jenkins tests/require.php 
    2222  - cat ./data/config/config.php 
     23  - npm install -g grunt-cli  
     24  - npm install  
    2325 
    2426script: 
    2527  - mkdir -p reports/coverage 
    2628  - phpunit --log-tap reports/tap.log --log-junit reports/unitreport.xml --coverage-html reports/coverage --coverage-clover reports/coverage/coverage.xml --bootstrap ./data/config/config.php --configuration tests/phpunit.xml.jenkins tests 
     29  - grunt 
    2730 
    2831after_script: 
Note: See TracChangeset for help on using the changeset viewer.