diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:25:56 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-13 23:25:56 +0100 |
commit | f19272afad50bdbad34db6916b2836c315b2b0c8 (patch) | |
tree | 06d333003a1239799dee5aa4449707149039e0ec /.travis.yml | |
parent | 2059fd91ca7792615e05c035afe12708f504691c (diff) | |
download | sbotools-f19272afad50bdbad34db6916b2836c315b2b0c8.tar.xz |
Initial travis config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bfbae0a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +install: true +script: t/travis.sh |