diff --git a/.travis.yml b/.travis.yml
index 1c6cdbaeb39ad84e3a12caf2c969cf4ff20cdb36..9a0dae6aa90d723cc09f977781c4a77fb1e380d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,16 +30,12 @@ install:
 script:
   - cd $NPTOOL/NPLib 
   - cmake ./
-  - make VERBOSE=true install 
+  - make install 
   - ./scripts/RootLogon.sh 
   - ./scripts/test/all.sh
 
 after_success:
 
-after_failure:
-  - cd $NPTOOL/NPLib 
-  - make VERBOSE=true install
-
 branches:
   only:
     - NPTool.2.dev