No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

16 líneas
352 B

  1. language: node_js
  2. notifications:
  3. email: false
  4. before_install:
  5. - rvm install 2.4.0
  6. install:
  7. - gem install httparty ruby-progressbar
  8. - wget wget -O build/build_bot https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/build_bot.py
  9. before_script:
  10. - cd build
  11. script:
  12. - ./main.sh
  13. after_success:
  14. - ./build.sh
  15. - ./deploy.sh