Преглед изворни кода

fix travis tests

pull/137/head
benoitc пре 9 година
родитељ
комит
82f61864a0
2 измењених фајлова са 16 додато и 1 уклоњено
  1. +11
    -1
      .travis.yml
  2. +5
    -0
      bootstrap_travis.sh

+ 11
- 1
.travis.yml Прегледај датотеку

@ -1,4 +1,14 @@
language: erlang
otp_release:
- R16B
script: "make test"
- 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"

+ 5
- 0
bootstrap_travis.sh Прегледај датотеку

@ -0,0 +1,5 @@
#!/bin/sh
curl -O -L https://s3.amazonaws.com/rebar3/rebar3
chmod +x rebar3
./rebar3 update

Loading…
Откажи
Сачувај