mirror of
				https://github.com/valentineus/simple-container.git
				synced 2025-11-04 00:39:44 +03:00 
			
		
		
		
	Updating the automatic build
This commit is contained in:
		
							
								
								
									
										61
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										61
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -1,48 +1,51 @@
 | 
			
		||||
language: node_js
 | 
			
		||||
 | 
			
		||||
node_js:
 | 
			
		||||
    - "8"
 | 
			
		||||
    - "7"
 | 
			
		||||
    - "6"
 | 
			
		||||
    - "5"
 | 
			
		||||
    - "4"
 | 
			
		||||
  - "8"
 | 
			
		||||
  - "7"
 | 
			
		||||
  - "6"
 | 
			
		||||
  - "5"
 | 
			
		||||
  - "4"
 | 
			
		||||
 | 
			
		||||
os:
 | 
			
		||||
    - linux
 | 
			
		||||
  - linux
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
    - docker
 | 
			
		||||
  - docker
 | 
			
		||||
 | 
			
		||||
notifications:
 | 
			
		||||
    email:
 | 
			
		||||
        - "info@valentineus.link"
 | 
			
		||||
  email:
 | 
			
		||||
    - "info@valentineus.link"
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
    - npm install --global nyc
 | 
			
		||||
    - npm install --global codacy-coverage
 | 
			
		||||
  - npm install --global nyc
 | 
			
		||||
  - npm install --global codacy-coverage
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
    - npm install
 | 
			
		||||
  - npm install
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
    - npm run check
 | 
			
		||||
    - nyc npm run test
 | 
			
		||||
    - nyc report --reporter=lcov
 | 
			
		||||
  - npm run check
 | 
			
		||||
  - nyc npm run test
 | 
			
		||||
  - nyc report --reporter=lcov
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
    - nyc report --reporter=lcov
 | 
			
		||||
    - cat ./coverage/lcov.info | codacy-coverage
 | 
			
		||||
  - nyc report --reporter=lcov
 | 
			
		||||
  - cat ./coverage/lcov.info | codacy-coverage
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
    include:
 | 
			
		||||
        - stage: deploy
 | 
			
		||||
          node_js: "8"
 | 
			
		||||
          os: "linux"
 | 
			
		||||
          before_deploy:
 | 
			
		||||
            - npm install
 | 
			
		||||
            - npm run build
 | 
			
		||||
          deploy:
 | 
			
		||||
              provider: npm
 | 
			
		||||
              skip_cleanup: false
 | 
			
		||||
              email: "info@valentineus.link"
 | 
			
		||||
              api_key: $NPM_PROJECT_TOKEN
 | 
			
		||||
  include:
 | 
			
		||||
    - stage: deploy
 | 
			
		||||
      node_js: "8"
 | 
			
		||||
      os: "linux"
 | 
			
		||||
      before_deploy:
 | 
			
		||||
        - git stash --all
 | 
			
		||||
        - npm install
 | 
			
		||||
        - npm run build
 | 
			
		||||
      deploy:
 | 
			
		||||
      provider: npm
 | 
			
		||||
      skip_cleanup: true
 | 
			
		||||
      email: "info@valentineus.link"
 | 
			
		||||
      api_key: $NPM_PROJECT_TOKEN
 | 
			
		||||
      on:
 | 
			
		||||
        tags: true
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "simple-container",
 | 
			
		||||
    "version": "1.1.0",
 | 
			
		||||
    "version": "1.1.1",
 | 
			
		||||
    "description": "Simple and fast work with the Docker container",
 | 
			
		||||
    "homepage": "https://github.com/valentineus/simple-container",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user