Browse Source

config travis

David Sniperovitch 8 years ago
parent
commit
0a5f394a64
3 changed files with 5 additions and 4 deletions
  1. 1 1
      .travis.yml
  2. 3 2
      build.sh
  3. 1 1
      cocktail.conf.smp

+ 1 - 1
.travis.yml

@@ -1,4 +1,4 @@
-language: c
+language: perl
 branches:
 branches:
   except:
   except:
     - refactoring
     - refactoring

+ 3 - 2
build.sh

@@ -1,7 +1,8 @@
 #!/bin/sh
 #!/bin/sh
 cd && git clone https://github.com/hugoroy/exegetesDoc.git
 cd && git clone https://github.com/hugoroy/exegetesDoc.git
-cd -
 cd && git clone https://github.com/sniperovitch/mirrorpad.git
 cd && git clone https://github.com/sniperovitch/mirrorpad.git
-cd -
+cd mirrorpad/
+carton install
+cd
 cp -v cocktail.conf.smp cocktail.conf
 cp -v cocktail.conf.smp cocktail.conf
 
 

+ 1 - 1
cocktail.conf.smp

@@ -7,4 +7,4 @@ WORKING_FOLDER=$HOME/tmp
 
 
 STORE=$HOME/store
 STORE=$HOME/store
 
 
-MIRRORPAD=$HOME/mirrorpad/mirrorpad
+MIRRORPAD=$HOME/mirrorpad/mirrorpad.pl