update publish.el
[blog.git] / .travis.yml
index 51801c6..ca24202 100644 (file)
@@ -1,7 +1,15 @@
-language: ruby
+language: c
 
 before_install:
-  - sudo apt-get install emacs
+  - git clone https://github.com/rejeep/evm.git $HOME/.evm
+  - export PATH=$HOME/.evm/bin:$PATH
+
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
+
+env:
+  - EVM_EMACS=emacs-25.1-travis
 
 script:
-  - make all
\ No newline at end of file
+  - make all FORCE=true
+  - curl http://www.seudut.com/cgi-bin/update.pl
\ No newline at end of file