Combine and extract before_install

pull/4/head
Diego Barrios Romero 2018-11-18 17:52:16 +01:00
parent fd5f3cc981
commit 37ae7aba43
1 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,8 @@ language: rust
sudo: required
before_install:
git clone https://github.com/eldruin/rust-driver-ci-scripts ci
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
- bash ci/before_install.sh
matrix:
include:
@ -49,10 +50,6 @@ matrix:
- env: TARGET=thumbv7m-none-eabi
rust: beta
before_install:
- set -e
- rustup self update
install:
bash ci/install.sh