.travis.yml 217 B

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