Thanks to visit codestin.com Credit goes to github.com
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 5fbac74 commit 67b40a1Copy full SHA for 67b40a1
.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