Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
bump elixir to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Oct 29, 2019
1 parent 41aac9d commit a8f4c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: elixir
elixir:
- 1.6
- 1.7
otp_release:
- 21.0
cache:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ReactRender.MixProject do
[
app: :react_render,
version: "3.0.0",
elixir: "~> 1.6",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down

0 comments on commit a8f4c9c

Please sign in to comment.