diff --git a/.travis.yml b/.travis.yml index bc5c137a..c695d2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,13 @@ matrix: - os: osx env: BADGE=linux -#before_install: gem install bundler -v 1.15.4 +before_install: + - gem install bundler -v 1.15.4 + - bundle _1.15.4_ install script: - g++ -v + #- gem install bundle -v 1.15.4 + #- bundle _1.15_ install - bundle install - bundle exec rubocop --version - bundle exec rubocop -D . diff --git a/misc/default.yml b/misc/default.yml index 6c7f07a8..e1e17bfd 100644 --- a/misc/default.yml +++ b/misc/default.yml @@ -49,7 +49,13 @@ platforms: gcc: features: defines: - - __ATSAM3X8E__ + # The due should use the ATSAM3X8E; however, that component does not seem + # to be defined for the Godmode tests/components + # The next closest part would be the AVR_ATmega2560 as both boards + # use the mega form factor + #- __ATSAM3X8E__ + - __AVR_ATmega2560__ + #- __AVR_ATmega328__ warnings: flags: zero: