File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ addons:
26
26
# - xvfb
27
27
{{/testing}}
28
28
before_install :
29
- - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([
30
- " $TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz
31
- | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
29
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install git-lfs; fi
32
30
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi
33
31
install :
34
32
{{#testing unit e2e}}
@@ -40,6 +38,8 @@ install:
40
38
- source ~/.bashrc
41
39
- npm install -g xvfb-maybe
42
40
- yarn
41
+ before_script :
42
+ - git lfs pull
43
43
script :
44
44
{{#unit}}
45
45
# - xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
You can’t perform that action at this time.
0 commit comments