From de152ccc5fd37eca7d181ee1e74c774b6eb875e6 Mon Sep 17 00:00:00 2001 From: SMFSW Date: Fri, 4 May 2018 01:46:31 +0200 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0911d08..7bc2b65 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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)