Skip to content

Commit

Permalink
alter test and update elixir version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed Feb 26, 2017
1 parent 32e498b commit 8df9ca8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,10 +3,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y inotify-tools
otp_release:
- 18.0
- 19.0
elixir:
- 1.1.0
- 1.2.6
- 1.3.4
env:
- MIX_ENV=test
script:
Expand Down
2 changes: 1 addition & 1 deletion lib/eye_drops/file/path_test.exs
Expand Up @@ -23,7 +23,7 @@ defmodule EyeDrops.File.PathTest do
end

test "Changed file matches wildcard path from task" do
result = Path.spotted?("e:/projects/eye_drops/lib/mix/tasks/eye_drops.ex", "E:/projects/eye_drops/lib/*")
result = Path.spotted?("/projects/eye_drops/lib/mix/tasks/eye_drops.ex", "/projects/eye_drops/lib/*")
assert result == true
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Mix.Tasks.EyeDrops.Mixfile do
def project do
[app: :eye_drops,
version: "1.2.1",
elixir: "~> 1.1",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps,
Expand Down

0 comments on commit 8df9ca8

Please sign in to comment.