Skip to content

Commit

Permalink
Build dist in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Apr 6, 2020
1 parent 5600a6c commit 8c41dc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "8"
- '8'
dist: trusty # needs Ubuntu Trusty
sudo: required
addons:
chrome: stable # have Travis install Chrome stable.
cache:
directories:
- node_modules
chrome: stable # have Travis install Chrome stable.
script:
- npm test
- npm run build-dist
branches:
only:
- master
only:
- master

0 comments on commit 8c41dc0

Please sign in to comment.