File tree 4 files changed +17
-9
lines changed
4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ language: erlang
2
2
notifications :
3
3
email : false
4
4
otp_release :
5
+ - R15B01
6
+ - R15B
7
+ - R14B04
5
8
- R14B03
6
9
- R14B02
7
- - R14B01
8
10
branches :
9
11
only :
10
12
- develop
Original file line number Diff line number Diff line change 1
1
.PHONY : all deps compile xref eunit clean distclean qc build
2
2
3
- # covertool has warnigs, so compile first
4
- all : deps
5
- cd deps/covertool && ../../rebar compile
6
- @./rebar compile
7
- make xref
8
- make eunit
3
+ all : deps compile-all xref eunit
9
4
10
5
deps :
11
6
@./rebar update-deps
12
7
@./rebar get-deps
13
8
9
+ compile-all :
10
+ @./rebar compile
11
+
14
12
compile :
15
13
@./rebar compile skip_deps=true
16
14
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ Result form::
28
28
History
29
29
=======
30
30
31
+ current
32
+ -------
33
+
34
+ :release: 20XX-XX-XX
35
+
36
+ - Misc changes for travis-ci
37
+
31
38
1.2.1
32
39
-----
33
40
Original file line number Diff line number Diff line change 1
1
{erl_opts , [warnings_as_errors ,
2
2
warn_export_all ,
3
- warn_unused_import ,
4
- warn_untyped_record ]}.
3
+ warn_unused_import
4
+ % % warn_untyped_record
5
+ ]}.
5
6
{yrl_opts , [{verbose , true }]}.
6
7
7
8
{xref_checks , [undefined_function_calls ]}.
You can’t perform that action at this time.
0 commit comments