版博士V2.0程序
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.
 
 
 
 

14 rivejä
214 B

  1. language: node_js
  2. node_js:
  3. - '0.10'
  4. before_install:
  5.   - npm install -g gulp
  6. - npm install -g bower
  7. before_script:
  8. - bower install
  9. - cd test
  10. - bower install
  11. - cd ..
  12. after_script:
  13. - npm run coveralls