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 d1bfc6a commit b952d2b
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 238 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
86 changes: 0 additions & 86 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit b952d2b

Please sign in to comment.