Browse Source

ajout .travis.yml

Sniperovitch 8 years ago
parent
commit
bbab8f53f1
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .travis.yml

+ 10 - 0
.travis.yml

@@ -0,0 +1,10 @@
+language: c
+before_install:
+  - sudo apt-get -qq update
+  - sudo apt-get install -y pandoc
+  - sudo apt-get install -y pandoc-citeproc
+
+script:
+  - ./build.sh
+  - ./test_cocktail
+