fix CI
[blog.git] / .travis.yml
index 81654fa..13b12f3 100644 (file)
@@ -1,7 +1,8 @@
-language: ruby
+language: c
 
 before_install:
-       - sudo apt-get install emacs
+  - sudo apt-get install emacs
+  - emacs --version
 
 script:
-       - make all
\ No newline at end of file
+  - make all
\ No newline at end of file