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.

14 righe
308 B

  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"