This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add travis target to make it easier to reproduce failures locally
pull/3/head
Dave Smith
12 years ago
parent
a9cb38e6d1
commit
720d71e47d
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+2
-0
Makefile
+ 1
- 1
.travis.yml
View File
@ -4,4 +4,4 @@ otp_release:
-
R15B
-
R14B04
-
R14B03
script
:
"make
debug xref clean all deps test
"
script
:
"make
travis
"
+ 2
- 0
Makefile
View File
@ -39,3 +39,5 @@ deps:
test
:
@
$(
REBAR
)
eunit
@
$(
RETEST
)
inttest
travis
:
clean
debug
xref
clean
all
deps
test
Write
Preview
Loading…
Cancel
Save