Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
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