Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Mar 7, 2019
1 parent 88e4ffd commit 1f72171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ install_elixir: &install_elixir
run:
name: Install Elixir
command: |
wget https://github.com/elixir-lang/elixir/releases/download/v1.6.6/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
jobs:
build:
docker:
- image: nervesproject/nerves_system_br:1.4.2
- image: nervesproject/nerves_system_br:1.6.8
environment:
MIX_ENV: test
SUDO: true
Expand Down

0 comments on commit 1f72171

Please sign in to comment.