Przeglądaj źródła

Don't rely on an environment variable for Travis

The environment variable approach breaks other projects' Travis-CI runs
if they include other projects that depend on a different version of
PropEr.

Fixes: #106
pull/109/head 0.14.3
Paul J. Davis 9 lat temu
rodzic
commit
75dd259189
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      .travis.yml
  2. +1
    -1
      rebar.config.script

+ 1
- 0
.travis.yml Wyświetl plik

@ -1,6 +1,7 @@
language: erlang
notifications:
email: paul.joseph.davis@gmail.com
script: make check
otp_release:
- 17.5
- 17.4

+ 1
- 1
rebar.config.script Wyświetl plik

@ -16,7 +16,7 @@ Proper = [
ConfigPath = filename:dirname(SCRIPT),
DevMarker = filename:join([ConfigPath, ".jiffy.dev"]),
case filelib:is_file(DevMarker) orelse os:getenv("TRAVIS") == "true" of
case filelib:is_file(DevMarker) of
true ->
% Don't override existing dependencies
Config0 = case lists:keyfind(deps, 1, CONFIG) of

Ładowanie…
Anuluj
Zapisz