Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit cee105d

Browse files
committed
chore(travis): force jspm@beta cache
1 parent 85ffdbb commit cee105d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git:
44
sudo: false
55
cache:
66
directories:
7+
- node_modules
78
- build-babel/node_modules
89
- build-babel/jspm_packages
910
language: node_js
@@ -15,4 +16,5 @@ matrix:
1516
- node_js: '5'
1617
- node_js: '6'
1718
before_script:
19+
- "npm i jspm@beta --prefix build-babel" # Force install in build-babel/node_modules
1820
- "npm run build"

0 commit comments

Comments
 (0)