mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sudo: false
 | |
| language: cpp
 | |
| cache:
 | |
|   directories:
 | |
|     - "~/.platformio"
 | |
| 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
 | |
|   - COMPILER=platformio BOARD=uno
 | |
|   - COMPILER=platformio BOARD=due
 | |
|   - COMPILER=platformio BOARD=esp01
 | |
|   - COMPILER=platformio BOARD=teensy31
 | |
| script: scripts/travis/$COMPILER.sh
 |