]> gitweb.factorcode.org Git - factor.git/commitdiff
travis.yml: Run ``uname -s`` to find the right platform string.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 29 Dec 2018 22:27:12 +0000 (16:27 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 29 Dec 2018 22:27:12 +0000 (16:27 -0600)
.travis.yml

index f70f3fc5ebf46dbeab01e6f64c381c1f6b8ad2d9..09721738ae8a1dad3bd07af92fe8fc5db3dedd1b 100644 (file)
@@ -33,6 +33,7 @@ addons:
       - libaio-dev
       - libsnappy-dev
 before_install:
+  - uname -s
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew ls --versions snappy > /dev/null || brew install snappy; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew ls --versions cmake > /dev/null || brew install cmake; fi