File tree 1 file changed +9
-12
lines changed
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - ' 11'
5
- - ' 10'
6
- - ' 8'
7
-
4
+ - ' 11'
5
+ - ' 10'
6
+ - ' 8'
8
7
cache :
9
8
directories :
10
- - node_modules
9
+ - node_modules
11
10
before_install : npm install -g npm@latest
12
11
before_script :
13
- - npm run lint
14
- # - npm run build # will need this when we do sauce testing of compiled files
12
+ - npm run lint
15
13
script :
16
- - npm run test-coverage
17
- # - npm run test-dist # test the compiled files
14
+ - npm run test-coverage
18
15
after_success :
19
- - npm run codecov
16
+ - npm run codecov
20
17
before_deploy :
21
- - npm run build
18
+ - npm run build
22
19
deploy :
23
20
provider : npm
24
21
skip_cleanup : true
25
22
on :
26
23
tags : true
27
24
28
25
api_key :
29
- secure : TZHqJ9Kh2Qf0GAVDjEOQ01Ez6rGMYHKwVLOKTbnb7nSzF7iiGNT4UwzvYawm0T9p1k7X1WOqW3l7OEbIwoKl7/9azT4BBJm7qUMRfB9Zio5cL3rKubJVz7+LEEIW4iBeDWLanhUDgy9BO2JKCt8bfp/U2tltgXtu9Fm/UFPALI8 =
26
+ secure : WnLh1m02aF7NvFNILCZ8KsjPuDeSddQI87y8dwAixStr2FhQyz8FIKZN2Qj1N1Q9ZJvBETe5HWs1c9yOjTKBkD0d/eU2hlpnB9WXEFRJVDjiUuMnpAMMvuqTZwYg6kXq5N+of95PX58AYiBiV/qwsdUr/MgjEEYLt5UZgRYQRvE =
You can’t perform that action at this time.
0 commit comments