Skip to content

Commit

Permalink
v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord authored and fhunleth committed Feb 23, 2018
1 parent 0e39e29 commit 7f76fd3
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 294 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
defaults: &defaults
working_directory: /nerves/build
docker:
- image: nervesproject/nerves:0.13.5
- image: nervesproject/nerves:1.0.0-rc.0
environment:
ENV: CI
MIX_ENV: test
ELIXIR_VERSION: 1.5.2
ELIXIR_VERSION: 1.6.1

install_elixir: &install_elixir
run:
Expand All @@ -19,16 +19,14 @@ install_hex_rebar: &install_hex_rebar
run:
name: Install hex and rebar
command: |
cd /tmp
mix local.hex --force
mix local.rebar --force
install_nerves_bootstrap: &install_nerves_bootstrap
run:
name: Install nerves_bootstrap
command: |
cd /tmp
mix archive.install github nerves-project/nerves_bootstrap --force
mix archive.install hex nerves_bootstrap 1.0.0-rc.0 --force
version: 2.0

Expand Down
101 changes: 0 additions & 101 deletions .travis.yml

This file was deleted.

Loading

1 comment on commit 7f76fd3

@nervesbot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nerves Hardware Test
Status: Results Received
%{"failures" => 0, "skipped" => 0, "total" => 3}
https://nerves-test-server.herokuapp.com/nerves-project/nerves_system_rpi0/47c29a49-d1fb-4b1e-b50b-bdd56b059893

Please sign in to comment.