Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Mar 9, 2019
1 parent 2fc1fbe commit 59336be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ os:
dist: xenial

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get install -y gcc-multilib g++-multilib; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y gcc-multilib g++-multilib; fi

install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install visualstudio2017-workload-vctools -y; fi
Expand Down

0 comments on commit 59336be

Please sign in to comment.