Skip to content

Commit b952d2b

Browse files
mobileoverlordfhunleth
authored andcommitted
v1.0.0-rc.0
1 parent d1bfc6a commit b952d2b

File tree

10 files changed

+190
-238
lines changed

10 files changed

+190
-238
lines changed

.circleci/config.yml

+3-5
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

.travis.yml

-86
This file was deleted.

0 commit comments

Comments
 (0)