travis: Don't do anything
This commit is contained in:
parent
266201ede7
commit
2cada6d807
25
.travis.yml
Normal file
25
.travis.yml
Normal file
@ -0,0 +1,25 @@
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- autoconf
|
||||
- automake
|
||||
- autotools-dev
|
||||
- bc
|
||||
- bison
|
||||
- build-essential
|
||||
- curl
|
||||
- flex
|
||||
- gawk
|
||||
- gperf
|
||||
- libgmp-dev
|
||||
- libmpc-dev
|
||||
- libmpfr-dev
|
||||
- libtool
|
||||
- patchutils
|
||||
- texinfo
|
||||
before_install:
|
||||
- export MAKEFLAGS="-j3"
|
||||
install: true
|
||||
script:
|
||||
- true
|
||||
# - (make > /dev/null) || (make -j1 && exit 1)
|
Loading…
Reference in New Issue
Block a user