Update .travis.yml
This commit is contained in:
		| @@ -7,7 +7,7 @@ notifications: | |||||||
| language: node_js | language: node_js | ||||||
|  |  | ||||||
| node_js: | node_js: | ||||||
|   - 9.8.0 |   - 10.1.0 | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   - CXX=g++-4.8 NODE_ENV=production |   - CXX=g++-4.8 NODE_ENV=production | ||||||
| @@ -22,9 +22,7 @@ addons: | |||||||
|  |  | ||||||
| cache: | cache: | ||||||
|   directories: |   directories: | ||||||
|     # パッケージをキャッシュすると本来は動かないはずなのに動いてしまう |     - node_modules | ||||||
|     # 場合があり危険なのでキャッシュはしない: |  | ||||||
|     #- node_modules |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   - mongodb |   - mongodb | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo