Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Yuxi (IFAG DES SDF FW) authored and Sun Yuxi (IFAG DES SDF FW) committed Sep 11, 2018
1 parent 08c92fd commit ef4202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ script:
after_success:
# only build once (after one job by checking id, however this does not work reliably)
- |
if [ $(($TRAVIS_JOB_ID - $TRAVIS_BUILD_ID)) -eq 2 ]; then
if [ $(($TRAVIS_JOB_ID - $TRAVIS_BUILD_ID)) -eq 1 ]; then
export REPO_NAME=${LIB_NAME#*/}
cd $LIB_PATH
git clone https://github.com/Infineon/InfineonDoxyGenerator.git
Expand Down

0 comments on commit ef4202e

Please sign in to comment.