mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sudo: false
 | |
| language: cpp
 | |
| env:
 | |
|   - COMPILER=gcc
 | |
|   - COMPILER=clang
 | |
|   - COMPILER=arduino VERSION=1.5.8 BOARD=arduino:avr:uno
 | |
|   - COMPILER=arduino VERSION=1.6.7 BOARD=arduino:avr:uno
 | |
| script: scripts/travis/$COMPILER.sh
 |