Fix circle.

pull/387/merge
Connor Rigby 2017-12-18 19:43:53 -08:00
parent 8798cf145a
commit 69fecf6069
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ defmodule Farmbot.Mixfile do
{:excoveralls, "~> 0.7", only: :test},
{:mock, "~> 0.2.0", only: :test},
{:faker, "~> 0.9", only: :test},
{:udev, "~> 0.1.0", except: :test},
{:udev, "~> 0.1.0", only: [:dev, :prod]},
]
end