diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-30 16:02:36 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-30 16:02:36 +0900 |
| commit | 0de8ffb0deee9635383a2008b3a95590775ed893 (patch) | |
| tree | 4d2bf0d5333586398e765114e8f066755786cd49 | |
| parent | e6c6dcc176c9f08997601f49e4afb74893a8548c (diff) | |
| parent | db18bbbb8c5e731da9f398a75b981cb70cfcde3b (diff) | |
| download | mruby-0de8ffb0deee9635383a2008b3a95590775ed893.tar.gz mruby-0de8ffb0deee9635383a2008b3a95590775ed893.zip | |
Merge branch 'master' of github.com:mruby/mruby
| -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 000000000..cea38b14d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +# no installation... + +script: "make all test" |
