From cb2259ff1d8f6903d47dc8c68580e90c2ec418aa Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 9 May 2017 14:11:41 +0100 Subject: [PATCH] Add missing run command. No idea what it was tying to build, but it was building something. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3393449..dd34d3ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - pip install --user -r requirements.txt - pip install --user coveralls codeclimate-test-reporter - npm install - - npm build + - npm run build before_script: - python manage.py collectstatic --noinput