mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Merge branch 'develop' into rav/travis
This commit is contained in:
		
						commit
						4633d16a6b
					
				@ -4,7 +4,7 @@ set -e
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export NVM_DIR="/home/jenkins/.nvm"
 | 
					export NVM_DIR="/home/jenkins/.nvm"
 | 
				
			||||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
 | 
					[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
 | 
				
			||||||
nvm use 4
 | 
					nvm use 6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -x
 | 
					set -x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import React from 'react';
 | 
					import React from 'react';
 | 
				
			||||||
import sdk from 'matrix-react-sdk';
 | 
					import sdk from 'matrix-react-sdk';
 | 
				
			||||||
import 'whatwg-fetch';
 | 
					 | 
				
			||||||
import request from 'browser-request';
 | 
					import request from 'browser-request';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const REPOS = ['vector-im/vector-web', 'matrix-org/matrix-react-sdk', 'matrix-org/matrix-js-sdk'];
 | 
					const REPOS = ['vector-im/vector-web', 'matrix-org/matrix-react-sdk', 'matrix-org/matrix-js-sdk'];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user