Skip to content

Commit

Permalink
Merge pull request #27 from smartcitiesdata/smrt_1209_2
Browse files Browse the repository at this point in the history
SMRT-1209 Removing branch restriction for travis
  • Loading branch information
Jarred Olson authored May 8, 2019
2 parents 62dba56 + fadc00e commit 708f16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ install:
- mix credo
script:
- mix test
branches:
only:
- master
deploy:
skip_cleanup: true
provider: script
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package can be installed by adding `divo` to your list of dependencies in `m
```elixir
def deps() do
[
{:divo, "~> 1.1.3", only: [:dev, :integration]}
{:divo, "~> 1.1.4", only: [:dev, :integration]}
]
end
```
Expand Down Expand Up @@ -56,7 +56,7 @@ In your mix file, include the additional dependency
#mix.exs
def deps() do
[
{:divo, "~> 1.1.3", only: [:dev, :integration]},
{:divo, "~> 1.1.4", only: [:dev, :integration]},
{:divo_redis, "~> 0.1.0", only: [:dev, :integration]}
]
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Divo.MixProject do
def project do
[
app: :divo,
version: "1.1.3",
version: "1.1.4",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 708f16b

Please sign in to comment.