From 85cd99dc84cea7e9f428f251214bcdae428a9843 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Apr 2017 22:45:27 +0200 Subject: Use yarn instead of npm install --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 068067796..5c6302bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,6 @@ sudo: false services: - postgresql -before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi - before_script: - npm run build - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-3.0.2-64bit-static.tar.xz" -- cgit v1.2.3