Skip to content

Commit ee64cd1

Browse files
committed
Updated npm deployment token
1 parent 5a5d87e commit ee64cd1

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.travis.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '11'
5-
- '10'
6-
- '8'
7-
4+
- '11'
5+
- '10'
6+
- '8'
87
cache:
98
directories:
10-
- node_modules
9+
- node_modules
1110
before_install: npm install -g npm@latest
1211
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
1513
script:
16-
- npm run test-coverage
17-
# - npm run test-dist # test the compiled files
14+
- npm run test-coverage
1815
after_success:
19-
- npm run codecov
16+
- npm run codecov
2017
before_deploy:
21-
- npm run build
18+
- npm run build
2219
deploy:
2320
provider: npm
2421
skip_cleanup: true
2522
on:
2623
tags: true
2724
2825
api_key:
29-
secure: TZHqJ9Kh2Qf0GAVDjEOQ01Ez6rGMYHKwVLOKTbnb7nSzF7iiGNT4UwzvYawm0T9p1k7X1WOqW3l7OEbIwoKl7/9azT4BBJm7qUMRfB9Zio5cL3rKubJVz7+LEEIW4iBeDWLanhUDgy9BO2JKCt8bfp/U2tltgXtu9Fm/UFPALI8=
26+
secure: WnLh1m02aF7NvFNILCZ8KsjPuDeSddQI87y8dwAixStr2FhQyz8FIKZN2Qj1N1Q9ZJvBETe5HWs1c9yOjTKBkD0d/eU2hlpnB9WXEFRJVDjiUuMnpAMMvuqTZwYg6kXq5N+of95PX58AYiBiV/qwsdUr/MgjEEYLt5UZgRYQRvE=

0 commit comments

Comments
 (0)