give up on travis
This commit is contained in:
parent
59503c775e
commit
8210e9ecd9
24
.travis.yml
24
.travis.yml
@ -1,24 +1,12 @@
|
|||||||
sudo: required
|
dist: trusty
|
||||||
dist: bionic
|
language: c
|
||||||
language: generic
|
|
||||||
# compiler:
|
|
||||||
# - clang
|
|
||||||
# - gcc
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
cache: pip
|
|
||||||
python: 3
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- python3
|
- gcc-7
|
||||||
- python3.6-venv
|
|
||||||
|
|
||||||
install:
|
|
||||||
- env
|
|
||||||
# - make env3
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# - env3/bin/black --check --skip-string-normalization tools/
|
- export CC=gcc-7
|
||||||
# - env3/bin/python tools/solotool.py -h
|
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user