Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Oct 31, 2019
1 parent 854d417 commit b8b7e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ git:
quiet: true
env:
global:
- ARDUINO_IDE_VERSION="1.8.7"
- ARDUINO_IDE_VERSION="1.8.10"
- PRETTYNAME="Arduino library for the I²C Multiplexer TCA9548A"
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
before_install:
#- sudo apt update
#- sudo apt upgrade -y
#- sudo apt install -f -y
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
- source <(curl -SLs https://raw.githubusercontent.com/teamonestone/travis-ci-arduino/master/install.sh)
install:
script:
- build_main_platforms
after_success:
#- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
#- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
- source <(curl -SLs https://raw.githubusercontent.com/team-onestone/CI-Stuff/master/arduino-libraries/doxy_gen_and_deploy.sh)
- source <(curl -SLs https://raw.githubusercontent.com/teamonestone/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
4 changes: 3 additions & 1 deletion src/TCA9548A.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
*
* @section author Author
*
* Written by Jonas Merkle [JJM]
* Written by:
* - Jonas Merkle [JJM] <a href="mailto:jonas.merkle@tam-onestone.net">jonas.merkle@tam-onestone.net</a>
* - Dominik Authaler <a href="mailto:dominik.authaler@team-onestone.net">dominik.authaler@team-onestone.net</a>
*
* This library is maintained by <a href="https://team-onestone.net">Team Onestone</a>.
* E-Mail: <a href="mailto:info@team-onestone.net">info@team-onestone.net</a>
Expand Down

0 comments on commit b8b7e82

Please sign in to comment.