Browse Source

fix bloated malfunction mad 150% that brokes entire SYNRC :-)

Namdak Tonpa 4 years ago
parent
commit
13ad16ea5e
4 changed files with 6 additions and 4 deletions
  1. 4 2
      .travis.yml
  2. 1 1
      include/mad.hrl
  3. BIN
      mad
  4. 1 1
      mix.exs

+ 4 - 2
.travis.yml

@@ -1,10 +1,12 @@
 language: erlang
 otp_release:
-  - 19.3
   - 20.0
+  - 21.0
+  - 22.0
+  - 23.0
 script:
   - "curl -fsSL https://raw.github.com/synrc/mad/master/mad > mad"
   - "chmod +x mad"
   - "./mad dep com"
   - "make"
-  
+

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"7.1-4-g0cd4d9e").
+-define(VERSION,"7.1-5-gee9028a").

BIN
mad


+ 1 - 1
mix.exs

@@ -28,7 +28,7 @@ defmodule MAD.Mixfile do
   def deps do
     [
       {:ex_doc, "~> 0.11", only: :dev},
-      {:exe, "~> 3.9.0"}
+      {:exe, "~> 4.1.1"}
     ]
   end
 end