mirror of
				https://github.com/valentineus/iii-client.git
				synced 2025-11-04 03:49:44 +03:00 
			
		
		
		
	Many small improvements in automatic testing and deployment
This commit is contained in:
		
							
								
								
									
										16
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -4,6 +4,8 @@ node_js:
 | 
				
			|||||||
    - "8"
 | 
					    - "8"
 | 
				
			||||||
    - "7"
 | 
					    - "7"
 | 
				
			||||||
    - "6"
 | 
					    - "6"
 | 
				
			||||||
 | 
					    - "5"
 | 
				
			||||||
 | 
					    - "4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
os:
 | 
					os:
 | 
				
			||||||
    - linux
 | 
					    - linux
 | 
				
			||||||
@@ -18,7 +20,7 @@ before_install:
 | 
				
			|||||||
    - npm install --global codacy-coverage
 | 
					    - npm install --global codacy-coverage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
    - npm install --only=development
 | 
					    - npm install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
    - npm run check
 | 
					    - npm run check
 | 
				
			||||||
@@ -35,9 +37,11 @@ jobs:
 | 
				
			|||||||
          node_js: "8"
 | 
					          node_js: "8"
 | 
				
			||||||
          os: "linux"
 | 
					          os: "linux"
 | 
				
			||||||
          before_deploy:
 | 
					          before_deploy:
 | 
				
			||||||
              - npm run build
 | 
					            - git stash --all
 | 
				
			||||||
 | 
					            - npm install
 | 
				
			||||||
 | 
					            - npm run build
 | 
				
			||||||
          deploy:
 | 
					          deploy:
 | 
				
			||||||
              provider: npm
 | 
					            provider: npm
 | 
				
			||||||
              skip_cleanup: true
 | 
					            skip_cleanup: true
 | 
				
			||||||
              email: "info@valentineus.link"
 | 
					            email: "info@valentineus.link"
 | 
				
			||||||
              api_key: $NPM_PROJECT_TOKEN
 | 
					            api_key: $NPM_PROJECT_TOKEN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user