From 0bfeafb2a8a7f2dc2712c83c92ec0af5285ac922 Mon Sep 17 00:00:00 2001 From: Roman Gotsiy Date: Wed, 28 Oct 2015 10:01:35 +0200 Subject: [PATCH] Remove global jspm install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3151fec6..0ffdc882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ cache: directories: - node_modules before_install: -- travis_retry npm install -g jspm +- travis_retry npm install jspm - jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN before_deploy: - npm run build