This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
fix travis tests
pull/137/head
benoitc
9 years ago
parent
a2bd3485ec
commit
82f61864a0
2 changed files
with
16 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
.travis.yml
+5
-0
bootstrap_travis.sh
+ 11
- 1
.travis.yml
View File
@ -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
View File
@ -0,0 +1,5 @@
#!/bin/sh
curl -O -L https://s3.amazonaws.com/rebar3/rebar3
chmod +x rebar3
./rebar3 update
Write
Preview
Loading…
Cancel
Save