.travis.yml 177 B

123456789101112131415161718
  1. language: php
  2. php:
  3. - "5.2"
  4. - "5.3"
  5. - "5.4"
  6. - "5.5"
  7. branches:
  8. except:
  9. - dev
  10. before_script:
  11. - npm install -g grunt-cli
  12. - npm install
  13. script: grunt