[Kst] branches/work/kst/portto4/kst

Peter Kümmel syntheticpp at gmx.net
Sun Aug 26 19:56:37 UTC 2012


SVN commit 1313437 by kuemmel:

travis now officially supports cpp

 M  +1 -1      .travis.yml  
 M  +2 -2      cmake/travis.sh  


--- branches/work/kst/portto4/kst/.travis.yml #1313436:1313437
@@ -1,7 +1,7 @@
 # Travis-CI Build for kst2
 # see travis-ci.org for details
 
-language: erlang
+language: cpp
 
       
 install:
--- branches/work/kst/portto4/kst/cmake/travis.sh #1313436:1313437
@@ -109,8 +109,8 @@
 
 
 if [ "$iam" = "$travis" ]; then
-    git config --global user.name "vargant"
-    git config --global user.email vargant at ci.org
+    git config --global user.name "travis"
+    git config --global user.email travis at noreply.org
 fi
 git clone --quiet git at github.com:syntheticpp/kstbinary.git
 cd kstbinary


More information about the Kst mailing list