wdc-utils/.travis.yml
ksherlock 9563e2f8f5 Update .travis.yml
travis ci is horrible outdated.
2017-01-10 16:20:49 -05:00

11 lines
87 B
YAML

dist: trusty
sudo: false
language: cpp
script: make all
compiler:
- clang
- gcc