travis: Don't do anything

This commit is contained in:
Palmer Dabbelt 2017-11-03 14:11:20 -07:00
parent 266201ede7
commit 2cada6d807
1 changed files with 25 additions and 0 deletions

25
.travis.yml Normal file
View 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)