Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raozhiming committed Nov 21, 2018
1 parent df7fb08 commit ea8e7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ after_success:
tar -czf $TRAVIS_TAG-$BUILD_ENV-$(date +'%Y%m%d').tar.gz include lib/*.$OUTPUT_TYPE;
if [[ "$ENABLE_DOCS" != "" ]]; then
tar -czf $TRAVIS_TAG-$BUILD_ENV-docs-$(date +'%Y%m%d').tar.gz -C share/elastos/carrier html;
fi
fi;
if [[ "$TRAVIS_OS_NAME" == "linux" && "$ANDROID_ABI" == "" ]]; then
tar -czf $TRAVIS_TAG-$BUILD_ENV-apps-$(date +'%Y%m%d').tar.gz bin etc;
fi
fi;
ls -l;
fi

Expand Down

0 comments on commit ea8e7d4

Please sign in to comment.