Преглед изворни кода

Remove rebar.config to fix the building error of CI

Feng Lee пре 8 година
родитељ
комит
e1816a5682
4 измењених фајлова са 3 додато и 8 уклоњено
  1. 1 0
      .gitignore
  2. 1 4
      .travis.yml
  3. 0 3
      Makefile
  4. 1 1
      rebar.config

+ 1 - 0
.gitignore

@@ -30,3 +30,4 @@ _build
 .rebar3
 rebar3.crashdump
 .DS_Store
+rebar.config

+ 1 - 4
.travis.yml

@@ -3,10 +3,7 @@ language: erlang
 otp_release:
    - 20.0
 
-before_script:
-  - make autopatch
-
-script: 
+script:
   - make
 
 sudo: false

+ 0 - 3
Makefile

@@ -49,9 +49,6 @@ DIALYZER_OPTS := --verbose --statistics -Werror_handling \
 
 include erlang.mk
 
-autopatch::
-	$(call dep_autopatch,goldrush)
-
 app:: rebar.config
 
 app.config::

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
rebar.config