Skip to content

Commit

Permalink
travis web-components build
Browse files Browse the repository at this point in the history
  • Loading branch information
gearoffortune committed Oct 10, 2019
1 parent 93ca70a commit 19a1905
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules

before_install:
- cd web-components

script:
- npm lint
- npm test
- npm run test:coverage
- npm run build

deploy:
provider: pages
skip_cleanup: true
github_token: $repo_token
local_dir: build
local_dir: web-components/build
on:
branch:
- master
- devel
- devel

0 comments on commit 19a1905

Please sign in to comment.