Skip to content

Commit

Permalink
scripts: test.sh : add a generic CI variable to for other CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and LorenzMeier committed Nov 28, 2018
1 parent d264bfd commit 62fa828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo $sep
cd "$SRC_DIR"

user_arg="--user"
if [ "$TRAVIS" == true ]
if [ "$TRAVIS" == true ] || [ "$CI" == true ]
then
user_arg=""
fi
Expand Down

0 comments on commit 62fa828

Please sign in to comment.