updated windows travis

This commit is contained in:
itsmattkc
2019-02-11 02:51:49 -08:00
parent 679d7b752b
commit 28a38e1150
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ matrix:
env: ARCH=x86_64
before_install:
- source ./.travis/before_install.sh
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install msys2 -y; else source ./.travis/before_install.sh; fi
install:
- source ./.travis/install.sh
-4
View File
@@ -1,9 +1,5 @@
#!/bin/bash
#if [[ "$TRAVIS_OS_NAME" == "osx" ]]
#then
# do nothing
#elif [[ "$TRAVIS_OS_NAME" == "linux" ]]
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
# install apt repos necessary for Olive