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 lines
308 B

пре 11 година
пре 9 година
  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"