You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
100B

  1. language: node_js
  2. node_js:
  3. - "8"
  4. script:
  5. - npm test
  6. before_install: npm install -g grunt-cli