all: update Travis CI to Ubuntu Xenial

This lets us test with a more recent base, and should fix various
issues.
This commit is contained in:
Ayke van Laethem
2019-02-02 10:45:11 +01:00
committed by Ron Evans
parent 6360e318a7
commit 4b477fad55
3 changed files with 22 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@
"build-tags": ["nrf52", "nrf"],
"cflags": [
"--target=armv7em-none-eabi",
"-mfloat-abi=soft",
"-Qunused-arguments",
"-DNRF52832_XXAA",
"-Ilib/CMSIS/CMSIS/Include"
+1
View File
@@ -4,6 +4,7 @@
"build-tags": ["nrf52840", "nrf"],
"cflags": [
"--target=armv7em-none-eabi",
"-mfloat-abi=soft",
"-Qunused-arguments",
"-DNRF52840_XXAA",
"-Ilib/CMSIS/CMSIS/Include"