try again

pull/215/head
connor rigby 2016-12-14 08:36:02 -08:00
parent 2bae5989cb
commit e5b8c7776e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ before_script:
script:
- export MIX_ENV=test
- mix local.hex --force
- mix archive.install https://github.com/nerves-project/archives/raw/master/nerves_bootstrap-0.1.4.ez%20 --force
- mix archive.install https://github.com/nerves-project/archives/raw/master/nerves_bootstrap.ez --force
- mix local.rebar --force
- mix deps.get
- mix compile

View File

@ -23,7 +23,7 @@ defmodule Farmbot.Mixfile do
test_coverage: [tool: ExCoveralls],
version: @version,
target: target(Mix.env),
archives: [nerves_bootstrap: "~> 0.1.4"],
archives: [nerves_bootstrap: "~> 0.2.0"],
deps_path: "deps/#{target(Mix.env)}",
build_path: "_build/#{target(Mix.env)}",
build_embedded: Mix.env == :prod,