[CI] install aspcud on travis

Reviewed By: jeremydubreil

Differential Revision: D4991910

fbshipit-source-id: cf8bd91
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent 3c6f53c896
commit 96727152f3

@ -6,7 +6,10 @@ os:
services: docker
osx_image: xcode7.3
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y aspcud; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install aspcud; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install opam; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then opam init; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then opam switch 4.04.0; fi

Loading…
Cancel
Save