From fc40e0e3f546e5f42028e09361d4b4c3d4c80970 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Tue, 24 May 2016 18:12:42 +0100 Subject: [PATCH] No need for jspm here --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9127ef..9909f21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ test: stage: test before_script: - npm install - - jspm install - node test/fixtures/mongo-user.js test/fixtures/mongo-file.js script: - npm test