Skip to content

Commit

Permalink
Updated npm deployment token
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed Apr 17, 2019
1 parent 5a5d87e commit ee64cd1
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
sudo: false
language: node_js
node_js:
- '11'
- '10'
- '8'

- '11'
- '10'
- '8'
cache:
directories:
- node_modules
- node_modules
before_install: npm install -g npm@latest
before_script:
- npm run lint
# - npm run build # will need this when we do sauce testing of compiled files
- npm run lint
script:
- npm run test-coverage
# - npm run test-dist # test the compiled files
- npm run test-coverage
after_success:
- npm run codecov
- npm run codecov
before_deploy:
- npm run build
- npm run build
deploy:
provider: npm
skip_cleanup: true
on:
tags: true
email: [email protected]
api_key:
secure: TZHqJ9Kh2Qf0GAVDjEOQ01Ez6rGMYHKwVLOKTbnb7nSzF7iiGNT4UwzvYawm0T9p1k7X1WOqW3l7OEbIwoKl7/9azT4BBJm7qUMRfB9Zio5cL3rKubJVz7+LEEIW4iBeDWLanhUDgy9BO2JKCt8bfp/U2tltgXtu9Fm/UFPALI8=
secure: WnLh1m02aF7NvFNILCZ8KsjPuDeSddQI87y8dwAixStr2FhQyz8FIKZN2Qj1N1Q9ZJvBETe5HWs1c9yOjTKBkD0d/eU2hlpnB9WXEFRJVDjiUuMnpAMMvuqTZwYg6kXq5N+of95PX58AYiBiV/qwsdUr/MgjEEYLt5UZgRYQRvE=

0 comments on commit ee64cd1

Please sign in to comment.