diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 14:10:28 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 14:10:28 -0200 |
commit | aafefa8e1c37f5eb9ccb319c667d5094223e3f9f (patch) | |
tree | b32a72225a7083062100b30333eb0af8a428a537 | |
parent | 8fde71c60da90eca1103b6df9847542caf766131 (diff) | |
download | luarocks-aafefa8e1c37f5eb9ccb319c667d5094223e3f9f.tar.gz luarocks-aafefa8e1c37f5eb9ccb319c667d5094223e3f9f.tar.bz2 luarocks-aafefa8e1c37f5eb9ccb319c667d5094223e3f9f.zip |
Add .travis.yml... let's see what happens!
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..dced928c --- /dev/null +++ b/.travis.yml | |||
@@ -0,0 +1,3 @@ | |||
1 | language: c | ||
2 | compiler: gcc | ||
3 | script: cd test && ./testing.sh --travis | ||