|
10 | 10 | '$.codeclimate.token': 'eval' |
11 | 11 | '$.snyk.token': 'eval' |
12 | 12 | cache: |
13 | | - driver: 's3' # Available drivers: void, s3 |
| 13 | + driver: 's3' |
14 | 14 | options: |
15 | | - - 's3://travis-metadata/cache/MitocGroup/deep-framework' # S3 cache directory |
16 | | - - # S3 client options |
| 15 | + - 's3://travis-metadata/cache/MitocGroup/deep-framework' |
| 16 | + - |
17 | 17 | region: 'process.env.AWS_DEFAULT_REGION' |
18 | 18 | accessKeyId: 'process.env.AWS_ACCESS_KEY_ID' |
19 | 19 | secretAccessKey: 'process.env.AWS_SECRET_ACCESS_KEY' |
20 | 20 | npm: |
21 | | - scripts: # Scripts to run after installing dependencies |
| 21 | + scripts: |
22 | 22 | - 'compile-travis' |
23 | | - dependencies: # Dependencies to add/overwrite |
| 23 | + dependencies: |
24 | 24 | chai: 'latest' |
25 | 25 | emit: |
26 | | - pattern: # Files to include |
| 26 | + pattern: |
27 | 27 | - /^lib.es6\/.+\.js$/i |
28 | 28 | - /^test\/.+\.js$/i |
29 | | - ignore: # Files to exclude |
| 29 | + ignore: |
30 | 30 | - /^(.*\/)?node_modules(\/?$)?/i |
31 | 31 | test: |
32 | 32 | mocha: |
33 | | - options: # Mocha options |
| 33 | + options: |
34 | 34 | ui: 'bdd' |
35 | 35 | reporter: 'spec' |
36 | | - pattern: # Files to include |
| 36 | + pattern: |
37 | 37 | - /.+\.spec\.js$/i |
38 | | - ignore: ~ # Files to exclude |
| 38 | + ignore: ~ |
39 | 39 | coverage: |
40 | | - pattern: # Files to include |
| 40 | + pattern: |
41 | 41 | - /.+\.js$/i |
42 | | - ignore: # Files to exclude |
| 42 | + ignore: |
43 | 43 | - /.+\.spec\.js$/i |
44 | 44 | - /^(.*\/)?node_modules(\/?$)?/i |
45 | | - reporters: # Istanbul reporters |
| 45 | + reporters: |
46 | 46 | text-summary: ~ |
47 | 47 | lcovonly: |
48 | 48 | file: ./coverage.lcov |
49 | 49 | compare: |
50 | | - negative-delta: 1 # Compare coverage info and if negative delta is more than X fail (0.01-100.00) |
| 50 | + negative-delta: 1 |
51 | 51 | storage: |
52 | | - driver: 's3' # Available drivers: s3, volative |
| 52 | + driver: 's3' |
53 | 53 | options: |
54 | | - - 's3://travis-metadata/coverage/MitocGroup/deep-framework' # S3 storage directory |
55 | | - - # S3 storage options |
| 54 | + - 's3://travis-metadata/coverage/MitocGroup/deep-framework' |
| 55 | + - |
56 | 56 | region: 'process.env.AWS_DEFAULT_REGION' |
57 | 57 | accessKeyId: 'process.env.AWS_ACCESS_KEY_ID' |
58 | 58 | secretAccessKey: 'process.env.AWS_SECRET_ACCESS_KEY' |
|
0 commit comments