Skip to content

Commit

Permalink
Misc changes for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Shunichi Shinohara committed Apr 13, 2012
1 parent d0dad48 commit 108846c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,9 +2,11 @@ language: erlang
notifications: notifications:
email: false email: false
otp_release: otp_release:
- R15B01
- R15B
- R14B04
- R14B03 - R14B03
- R14B02 - R14B02
- R14B01
branches: branches:
only: only:
- develop - develop
10 changes: 4 additions & 6 deletions Makefile
@@ -1,16 +1,14 @@
.PHONY: all deps compile xref eunit clean distclean qc build .PHONY: all deps compile xref eunit clean distclean qc build


# covertool has warnigs, so compile first all: deps compile-all xref eunit
all: deps
cd deps/covertool && ../../rebar compile
@./rebar compile
make xref
make eunit


deps: deps:
@./rebar update-deps @./rebar update-deps
@./rebar get-deps @./rebar get-deps


compile-all:
@./rebar compile

compile: compile:
@./rebar compile skip_deps=true @./rebar compile skip_deps=true


Expand Down
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -28,6 +28,13 @@ Result form::
History History
======= =======


current
-------

:release: 20XX-XX-XX

- Misc changes for travis-ci

1.2.1 1.2.1
----- -----


Expand Down
5 changes: 3 additions & 2 deletions rebar.config
@@ -1,7 +1,8 @@
{erl_opts, [warnings_as_errors, {erl_opts, [warnings_as_errors,
warn_export_all, warn_export_all,
warn_unused_import, warn_unused_import
warn_untyped_record]}. %% warn_untyped_record
]}.
{yrl_opts, [{verbose, true}]}. {yrl_opts, [{verbose, true}]}.


{xref_checks, [undefined_function_calls]}. {xref_checks, [undefined_function_calls]}.
Expand Down

0 comments on commit 108846c

Please sign in to comment.