Skip to content
Snippets Groups Projects
Commit 7cd97a32 authored by falood's avatar falood
Browse files

use elixir 1.5

parent 26bcf598
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ matrix: ...@@ -4,7 +4,7 @@ matrix:
- os: linux - os: linux
sudo: required sudo: required
otp_release: 20.0 otp_release: 20.0
elixir: 1.5.0-rc.2 elixir: 1.5.0
notifications: notifications:
recipients: recipients:
- self@falood.me - self@falood.me
......
...@@ -4,7 +4,7 @@ defmodule FileSystem.Mixfile do ...@@ -4,7 +4,7 @@ defmodule FileSystem.Mixfile do
def project do def project do
[ app: :file_system, [ app: :file_system,
version: "0.1.1", version: "0.1.1",
elixir: "~> 1.5-rc", elixir: "~> 1.5",
compilers: [:elixir, :app], compilers: [:elixir, :app],
deps: deps(), deps: deps(),
description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)", description: "A file system change watcher wrapper based on [fs](https://github.com/synrc/fs)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment