Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

14 lignes
308 B

il y a 9 ans
  1. language: erlang
  2. otp_release:
  3. - R16B
  4. - R16B03-1
  5. - 17.0
  6. - 17.1
  7. - 18.0
  8. - 18.1
  9. before_script:
  10. - curl -X PUT localhost:5984/couchbeam_testdb
  11. - curl -X PUT localhost:5984/couchbeam_testdb2
  12. - curl -X PUT localhost:5984/couchbeam_testdb3
  13. - "./bootstrap_travis.sh"
  14. script: "./rebar3 eunit"