Skip to content

Commit

Permalink
Remove snap stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed Feb 2, 2018
1 parent 6345e91 commit a588583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ cache:
- "$HOME/.electron"
- "$HOME/.cache"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt update; sudo apt install --yes snapd; export PATH=/snap/bin:$PATH; fi
# before_install:
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt update; sudo apt install --yes snapd; export PATH=/snap/bin:$PATH; fi

install:
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.2.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
- curl -L https://github.com/yarnpkg/yarn/releases/download/v1.0.1/yarn-v1.0.1.tar.gz | tar xvz && mv yarn-v1.0.1 $HOME/.yarn
- export PATH="$HOME/.yarn/bin:$PATH"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo snap install snapcraft --classic --edge; fi
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo snap install snapcraft --classic --edge; fi
- npm install -g gulp-cli
- yarn

Expand Down

0 comments on commit a588583

Please sign in to comment.