Skip to content

Commit fc379f6

Browse files
mobileoverlordfhunleth
authored andcommitted
v1.0.0-rc.0
1 parent 3f10284 commit fc379f6

File tree

11 files changed

+155
-208
lines changed

11 files changed

+155
-208
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
defaults: &defaults
22
working_directory: /nerves/build
33
docker:
4-
- image: nervesproject/nerves:0.13.5
4+
- image: nervesproject/nerves:1.0.0-rc.0
55
environment:
66
ENV: CI
77
MIX_ENV: test
8-
ELIXIR_VERSION: 1.5.2
8+
ELIXIR_VERSION: 1.6.1
99

1010
install_elixir: &install_elixir
1111
run:
@@ -19,16 +19,14 @@ install_hex_rebar: &install_hex_rebar
1919
run:
2020
name: Install hex and rebar
2121
command: |
22-
cd /tmp
2322
mix local.hex --force
2423
mix local.rebar --force
2524
2625
install_nerves_bootstrap: &install_nerves_bootstrap
2726
run:
2827
name: Install nerves_bootstrap
2928
command: |
30-
cd /tmp
31-
mix archive.install github nerves-project/nerves_bootstrap --force
29+
mix archive.install hex nerves_bootstrap 1.0.0-rc.0 --force
3230
3331
version: 2.0
3432

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Used by "mix format"
2+
[
3+
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
4+
]

.travis.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)