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

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"