Fix travis build by removing extra snap package (#2053)

This commit is contained in:
Benjamin Staneck 2017-08-08 02:45:07 +02:00 committed by Philippe Potvin
parent 3f694130c0
commit 2a6d271816

View file

@ -30,7 +30,6 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yarn; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:snappy-dev/tools-proposed -y && sudo apt update && sudo apt install snapcraft; fi
install:
- yarn