Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
liyokuna committed Apr 26, 2020
1 parent 17b9819 commit 302b7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
script:
- npm run test cookie-service -- --no-watch --no-progress --browsers=ChromeHeadless
- stage: Npm Release
node_js: 10.9.0
node_js: 12.0
script:
- echo "Deployig to NPM..."
- npm run build-lib
Expand All @@ -34,7 +34,7 @@ jobs:
tags: true
all_branches: true
- stage: Deploy docs
node_js: 10.9.0
node_js: 12.0
script:
- echo "Deploying to gh Page..."
- npm run build-docs
Expand Down

0 comments on commit 302b7e1

Please sign in to comment.