Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anigenero committed Jan 8, 2019
1 parent 948ee7a commit 8bd2555
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ node_js:
- '10'
before_install:
- export TZ=America/New_York
jobs:
include:
- stage: build
script: 'npm run build'
script:
- 'npm test'
- 'npm run build'
deploy:
on:
tags: true
Expand Down

0 comments on commit 8bd2555

Please sign in to comment.