Updated .travis.yml

This commit is contained in:
SMFSW 2018-05-04 01:46:31 +02:00
parent fa20634862
commit de152ccc5f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ env:
- PRETTYNAME="cI2C: Arduino Hardware I2C for AVR (in plain c)"
- GH_REPO_NAME: cI2C
- GH_REPO_REF: github.com/SMFSW/cI2C.git
- DOXYFILE: https://raw.githubusercontent.com/SMFSW/cI2C/Doxyfile
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh)