Test moving to circle #6

pull/387/merge
connor rigby 2017-12-13 11:22:30 -08:00
parent f5e6856914
commit 5a642e3a95
2 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,9 @@ jobs:
- run: - run:
name: Install test dependencies name: Install test dependencies
command: mix deps.get command: mix deps.get
- run:
name: Compile
command: mix compile
- run: - run:
name: Lint name: Lint
command: mix credo --strict --ignore Credo.Check.Readability.MaxLineLength command: mix credo --strict --ignore Credo.Check.Readability.MaxLineLength
@ -49,6 +52,8 @@ jobs:
environment: environment:
MIX_ENV: dev MIX_ENV: dev
MIX_TARGET: rpi3 MIX_TARGET: rpi3
ELIXIR_VERSION: 1.5.2
ENV: CI
steps: steps:
- checkout - checkout
- <<: *install_elixir - <<: *install_elixir

View File

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/FarmBot/farmbot_os.svg?branch=staging)](https://travis-ci.org/FarmBot/farmbot_os) [![Build Status](https://circleci.com/gh/FarmBot/farmbot_os/tree/staging.svg?style=svg)](https://circleci.com/gh/FarmBot/farmbot_os/tree/staging)
[![Coverage Status](https://coveralls.io/repos/github/FarmBot/farmbot_os/badge.svg?branch=staging)](https://coveralls.io/github/FarmBot/farmbot_os?branch=staging) [![Coverage Status](https://coveralls.io/repos/github/FarmBot/farmbot_os/badge.svg?branch=staging)](https://coveralls.io/github/FarmBot/farmbot_os?branch=staging)
[![Built with Nerves](http://nerves-project.org/images/badge/nerves-badge_75x39_black.png)](http://nerves-project.org/) [![Built with Nerves](http://nerves-project.org/images/badge/nerves-badge_75x39_black.png)](http://nerves-project.org/)
--- ---