mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Made the library compatible with platform.io (issue #181)
This commit is contained in:
		
				
					committed by
					
						 Benoit Blanchon
						Benoit Blanchon
					
				
			
			
				
	
			
			
			
						parent
						
							b54f1ffc1d
						
					
				
				
					commit
					c57e6f3bd8
				
			| @@ -1,8 +1,15 @@ | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user