forked from mtcontrib/awards
		
	Use GitLab CI instead of Travis
This commit is contained in:
		
							
								
								
									
										8
									
								
								.gitlab-c.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.gitlab-c.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| image: abaez/luarocks | ||||
|  | ||||
| test: | ||||
|   stage: test | ||||
|   before_script: | ||||
|     - luarocks install --local luacheck | ||||
|   script: | ||||
|     - $HOME/.luarocks/bin/luacheck . | ||||
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -1,12 +0,0 @@ | ||||
| language: generic | ||||
| sudo: false | ||||
| addons: | ||||
|   apt: | ||||
|     packages: | ||||
|     - luarocks | ||||
| before_install: | ||||
|   - luarocks install --local luacheck | ||||
| script: | ||||
| - $HOME/.luarocks/bin/luacheck --no-color . | ||||
| notifications: | ||||
|   email: false | ||||
		Reference in New Issue
	
	Block a user