이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
ibrowse
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
30
위키
활동
소스 검색
fix travis tests
pull/137/head
benoitc
9 년 전
부모
a2bd3485ec
커밋
82f61864a0
2개의 변경된 파일
과
16개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
.travis.yml
+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
쓰기
미리보기
불러오는 중...
취소
저장