diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 19:21:23 +0200 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 20:01:05 +0200 |
| commit | bf319c49b7f7ff17e073422a3ba06a701e12f590 (patch) | |
| tree | 66d05b1e87a9efcd27af2f485dc3cfae528b553d /.travis.yml | |
| parent | 185a1e9e3527794a49451915009fb48d9e678080 (diff) | |
platform neutral examples and manual cherry-pick merge of https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dce5451..a8e0a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -sudo: required +os: linux +dist: xenial language: c compiler: - gcc @@ -9,3 +10,6 @@ addons: packages: - "python3" - "python3-pip" +env: + global: + - ARDMK_DIR=$TRAVIS_BUILD_DIR |
