Update gitlab-ci

[ci skip]
skip linux-armv6 in beta, tags, stable
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-04 20:59:14 +07:00 committed by GitHub
parent ce50286138
commit 250736a085

View File

@ -218,9 +218,9 @@ linux-armv6:
image: ethcore/rust-armv6:latest
only:
- $NIGHTLY
- beta
- tags
- stable
# - beta
# - tags
# - stable
script:
- export CC=arm-linux-gnueabi-gcc
- export CXX=arm-linux-gnueabi-g++