Testing a Travis CI build

This commit is contained in:
Charlie Curtsinger 2019-08-18 12:37:49 -05:00
parent 6b3ea268b1
commit a1c3509ac0

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
branches:
except:
- gh-pages
install:
- make install
script:
- make check
addons:
apt:
update: true
packages:
- clang
- python2.7
- libelfin-dev
- nodejs
- npm