8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef894c8 commit 507ee2dCopy full SHA for 507ee2d
.travis.yml
@@ -2,6 +2,12 @@ language: node_js
2
node_js:
3
- '0.10'
4
5
+cache:
6
+ directories:
7
+ - node_modules
8
+ - bower_components
9
+ - docs/bower_components
10
+
11
branches:
12
except:
13
- /^g3_.*$/
@@ -32,12 +38,12 @@ matrix:
32
38
- env: "JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=browserstack"
33
39
34
40
install:
41
+ - du -sh ./node_modules ./bower_components/ ./docs/bower_components/
35
42
# - npm config set registry http://23.251.144.68
36
43
# Disable the spinner, it looks bad on Travis
37
44
- npm config set spin false
45
# Log HTTP requests
46
- npm config set loglevel http
- - time ./scripts/travis/npm-bundle-deps.sh
47
- time npm install
48
49
before_script:
0 commit comments