Travis test
diff --git a/.travis.yml b/.travis.yml
index 3bbcd46..13e110e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@
 # Enable C++ support
 language: cpp
 
-
 matrix: 
    - os: linux
       addons:
diff --git a/SVIncCompil/buildflatbuffer.sh b/SVIncCompil/buildflatbuffer.sh
index bf71d11..9b8c1fb 100755
--- a/SVIncCompil/buildflatbuffer.sh
+++ b/SVIncCompil/buildflatbuffer.sh
@@ -10,5 +10,6 @@
 cmake -G "Unix Makefiles" -DCMAKE_CXX_FLAGS="-Wimplicit-fallthrough=0"
 make -j 4
 ./flattests
+
 echo "Done Making Flatbuffers"