Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
890503ca
Commit
890503ca
authored
Sep 09, 2017
by
lain
Browse files
Remove mix test.watch
It recompiled too often and tested too long.
parent
2652d9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
890503ca
...
...
@@ -42,8 +42,7 @@ defp deps do
{
:cachex
,
"~> 2.1"
},
{
:httpoison
,
"~> 0.11.2"
},
{
:ex_machina
,
"~> 2.0"
,
only:
:test
},
{
:credo
,
"~> 0.7"
,
only:
[
:dev
,
:test
]},
{
:mix_test_watch
,
"~> 0.2"
,
only:
:dev
}]
{
:credo
,
"~> 0.7"
,
only:
[
:dev
,
:test
]}]
end
# Aliases are shortcuts or tasks specific to the current project.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment