We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b341 commit 4e138aeCopy full SHA for 4e138ae
.travis.yml
@@ -33,13 +33,5 @@ script:
33
- ELIXIRC_OPTS="--warnings-as-errors" ERLC_OPTS="+warning_as_errors" make compile
34
- make test
35
- dialyzer -pa lib/elixir/ebin --build_plt --output_plt elixir.plt --apps lib/elixir/ebin/elixir.beam lib/elixir/ebin/Elixir.Kernel.beam
36
-
37
# Check for reproducible builds only in the latest OTP release
38
- if [ -n "$CHECK_REPRODUCIBLE" ]; then make check_reproducible; fi
39
40
-notifications:
41
- recipients:
42
- - jose.valim@gmail.com
43
- - eric.meadows.jonsson@gmail.com
44
- - lexmag@me.com
45
- - an.leopardi@gmail.com
0 commit comments