travjs
This commit is contained in:
		
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -2,18 +2,6 @@ os: osx
 | 
			
		||||
language: node_js
 | 
			
		||||
node_js:
 | 
			
		||||
- '10.15.2'
 | 
			
		||||
script: node -v
 | 
			
		||||
before_install:
 | 
			
		||||
  # nvm をインストールする。Travis の OS X 環境には nvm はデフォルトで入っていない
 | 
			
		||||
  - git clone https://github.com/creationix/nvm.git /tmp/.nvm
 | 
			
		||||
  - source /tmp/.nvm/nvm.sh
 | 
			
		||||
  # 指定バージョンの Node をインストールする
 | 
			
		||||
  - nvm install $NODE_VERSION
 | 
			
		||||
  # 指定バージョンの Node を有効にする
 | 
			
		||||
  - nvm use --delete-prefix $NODE_VERSION
 | 
			
		||||
  - node --version
 | 
			
		||||
script:
 | 
			
		||||
  - node --version
 | 
			
		||||
before_deploy:
 | 
			
		||||
  - brew update
 | 
			
		||||
  - npm install electron-builder -g
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user