Skip to content

Commit 5a05c96

Browse files
committed
Merge branch 'fix_ci_errors' of https://github.com/milmazz/scenic into milmazz-fix_ci_errors
2 parents f0a3fe3 + 7a17900 commit 5a05c96

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ script:
1414
after_script:
1515
- make docs_report
1616
after_success:
17-
- make push_docs_report
17+
- bash <(curl -s https://codecov.io/bash)

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ unit_test:
4747
docs_report:
4848
mix inch.report
4949

50-
push_docs_report:
51-
bash <(curl -s https://codecov.io/bash)
52-
5350
priv:
5451
mkdir -p priv
5552

@@ -64,4 +61,4 @@ priv/matrix.so: c_src/matrix.o
6461

6562
clean:
6663
$(RM) $(NIF) src/*.o
67-
64+

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ defmodule Scenic.Mixfile do
9999
{:ex_doc, ">= 0.0.0", only: [:dev]},
100100
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
101101
{:excoveralls, ">= 0.0.0", only: :test, runtime: false},
102-
{:inch_ex, ">= 0.0.0", only: :dev, runtime: false},
102+
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test], runtime: false},
103103
{:dialyxir, "~> 0.5", only: :dev, runtime: false}
104104
]
105105
end

0 commit comments

Comments
 (0)