diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 000000000..46caee1e6 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,8 @@ +language: c +sudo: required +dist: trusty +cache: ccache +env: + - TR_ARCH=local +script: + - sudo make CCACHE=1 -C scripts/travis $TR_ARCH