Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

14 linhas
308 B

language: erlang
otp_release:
- R16B
- R16B03-1
- 17.0
- 17.1
- 18.0
- 18.1
before_script:
- curl -X PUT localhost:5984/couchbeam_testdb
- curl -X PUT localhost:5984/couchbeam_testdb2
- curl -X PUT localhost:5984/couchbeam_testdb3
- "./bootstrap_travis.sh"
script: "./rebar3 eunit"