File tree Expand file tree Collapse file tree 4 files changed +5
-33
lines changed Expand file tree Collapse file tree 4 files changed +5
-33
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,5 @@ coverage.lcov
4444.swagger-codegen-ignore 
4545* .log 
4646* .tmp 
47+ .pre-commit-config.yaml 
48+ .secrets.baseline 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ node_js:
44- 6 
55- 8 
66before_install :
7- - ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ] &&  
7+ - ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ] &&
88  openssl aes-256-cbc -K $encrypted_ac3aacad7ba8_key 
99  -iv $encrypted_ac3aacad7ba8_iv -in secrets.tar.enc -out test/resources/secrets.tar 
1010  -d || true'  
11- - ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ]  
11+ - ' [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ]
1212  && cd test/resources/ && tar xvf secrets.tar 
1313  && cd ../.. || true'  
1414- npm install -g typescript 
1515script :
1616- tsc 
1717- npm run test-unit-travis || travis_terminate 1 
18- - npm run test-integration-travis || node scripts/report_integration_test.js || (cat test-output.log &&  travis_terminate 1)  
18+ - npm run test-integration-travis || node scripts/report_integration_test.js || travis_terminate 1 
1919- npm run check-packages 
2020- sh scripts/typedoc/generate_typedoc.sh 
2121after_success :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments