Travis needs to `cd` into `/source` before invoking make

pull/17/head
Scott Perry 8 years ago
parent 4510f893ca
commit 8d4f6ec5da

@ -8,7 +8,9 @@ install:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- make compile size ARDUINO_PATH=../arduino-1.6.7
- pushd source
- make ARDUINO_PATH=../arduino-1.6.7
- popd
notifications:
irc:
channels:

Loading…
Cancel
Save