This commit is contained in:
Elvanos 2021-05-19 15:12:39 +02:00
parent b69ff329d7
commit a376959e8a

View file

@ -23,12 +23,11 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi
install:
- nvm install 10
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- yarn
- npm install
script:
- yarn run build
- npm run build
branches:
only:
- master