Skip to content

Commit

Permalink
Remove old generators and require Elixir v1.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 29, 2017
1 parent 5d83459 commit 8dbb260
Show file tree
Hide file tree
Showing 85 changed files with 9 additions and 4,519 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
language: elixir
matrix:
include:
- otp_release: 18.3
elixir: 1.3
script: mix test
- otp_release: 19.3
elixir: 1.3
script: mix test
- otp_release: 18.3
elixir: 1.4
- otp_release: 19.3
elixir: 1.4
- otp_release: 20.0
elixir: 1.4
- otp_release: 19.3
elixir: 1.5
- otp_release: 20.0
elixir: 1.5
sudo: false
env:
- ELIXIR_ASSERT_TIMEOUT=2000
Expand Down
18 changes: 0 additions & 18 deletions installer/lib/mix/tasks/local.phoenix.ex

This file was deleted.

Loading

0 comments on commit 8dbb260

Please sign in to comment.