Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Apr 21, 2019
1 parent e796f11 commit 856b771
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 @@ -31,7 +31,7 @@ script:
- if [[ "$TOXENV" == "armv7l" ]]; then
docker build -t lauszus/blhost .;
CONTAINER_ID=$(docker create lauszus/blhost);
mkdir -p validation/blhost/gcc/Release
mkdir -p validation/blhost/gcc/Release;
docker cp $CONTAINER_ID:/validation/blhost/gcc/Release/blhost validation/blhost/gcc/Release/blhost;
else
make -j2 -C validation/blhost/gcc;
Expand Down

0 comments on commit 856b771

Please sign in to comment.