Clean up and Add note
This commit is contained in:
		
							parent
							
								
									caae11b4f2
								
							
						
					
					
						commit
						91cb3dae74
					
				|  | @ -26,11 +26,14 @@ services: | |||
|   - redis-server | ||||
| 
 | ||||
| before_script: | ||||
|   # Travisはproduction環境なので(10行目により)、 | ||||
|   # npm install しただけでは devDependencies はインストールされないので、 | ||||
|   # --only=dev オプションを付けてそれらもインストールされるようにする: | ||||
|   - npm install --only=dev | ||||
| 
 | ||||
|   - mkdir ./.config | ||||
|   - cp ./.travis/default.yml ./.config | ||||
|   - cp ./.travis/test.yml ./.config | ||||
|   - npm install --only=dev | ||||
|   - npm install | ||||
|   - npm run build | ||||
| 
 | ||||
| after_success: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue