Bump erlang, elixir and nerves_system_br CI versions

pull/974/head
Connor Rigby 2019-04-29 09:43:41 -07:00
parent f44e396e9a
commit 58900f5a19
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ version: 2.0
defaults: &defaults
working_directory: /nerves/build
docker:
- image: nervesproject/nerves_system_br:1.6.1
- image: nervesproject/nerves_system_br:1.7.2
install_elixir: &install_elixir
run:
name: Install Elixir
command: |
wget https://github.com/elixir-lang/elixir/releases/download/v1.8.0/Precompiled.zip
wget https://github.com/elixir-lang/elixir/releases/download/v1.8.1/Precompiled.zip
unzip -d /usr/local/elixir Precompiled.zip
echo 'export PATH=/usr/local/elixir/bin:$PATH' >> $BASH_ENV

View File

@ -1,2 +1,2 @@
erlang 21.3.6
erlang 21.3.7
elixir 1.8.1-otp-21