mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Travis: Added GCC 6
This commit is contained in:
		| @@ -44,6 +44,12 @@ matrix: | ||||
|           sources: ['ubuntu-toolchain-r-test'] | ||||
|           packages: ['g++-5'] | ||||
|       env: SCRIPT=cmake GCC=5 SANITIZE=undefined | ||||
|     - compiler: gcc | ||||
|       addons: | ||||
|         apt: | ||||
|           sources: ['ubuntu-toolchain-r-test'] | ||||
|           packages: ['g++-6'] | ||||
|       env: SCRIPT=cmake GCC=6 | ||||
|     - compiler: clang | ||||
|       env: SCRIPT=cmake | ||||
|     - compiler: clang | ||||
|   | ||||
| @@ -103,7 +103,7 @@ TEST_CASE("JsonVariant::printTo()") { | ||||
|   } | ||||
|  | ||||
|   SECTION("UInt64") { | ||||
|     check(18446744073709551615, "18446744073709551615"); | ||||
|     check(18446744073709551615U, "18446744073709551615"); | ||||
|   } | ||||
| #endif | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user