Skip to content

Commit

Permalink
🏗Build: Typo fixed [Travis-CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
vookimedlo committed Jan 5, 2021
1 parent e38c32d commit b7fbd5d
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 @@ -47,7 +47,7 @@ matrix:
env: QT=latestDistroOfficial RELEASE=stable DISTRO=fedora DEB=no

install:
- '[ "$TRAVIS_OS_NAME" != linux ] || docker login -u vookimedlo -p $hub_token
- '[ "$TRAVIS_OS_NAME" != linux ] || docker login -u vookimedlo -p $hub_token'
- '[ "$TRAVIS_OS_NAME" != linux ] || docker pull vookimedlo/"$DISTRO"-qt:"$QT"_"$CC"_"$RELEASE"'
- '[ "$TRAVIS_OS_NAME" != linux ] || docker run -d --name linux_docker --rm -ti vookimedlo/"$DISTRO"-qt:"$QT"_"$CC"_"$RELEASE" bash'
- '[ "$TRAVIS_OS_NAME" != linux ] || ([ "$DISTRO" != ubuntu ] && [ "$DISTRO" != debian ]) || docker exec linux_docker apt-get update -qq'
Expand Down

0 comments on commit b7fbd5d

Please sign in to comment.