Add travis ci configure
authorPeng Li <seudut@gmail.com>
Sat, 4 Mar 2017 18:29:14 +0000 (02:29 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 4 Mar 2017 18:29:14 +0000 (02:29 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..81654fa
--- /dev/null
@@ -0,0 +1,7 @@
+language: ruby
+
+before_install:
+       - sudo apt-get install emacs
+
+script:
+       - make all
\ No newline at end of file