Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
ci: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
elderapo committed Feb 11, 2019
1 parent 84b615e commit d379787
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cache: yarn
notifications:
email: false
node_js:
- "8"
- "10"
# - "8"
# - "10"
- "11"

script:
Expand All @@ -21,7 +21,8 @@ jobs:
provider: script
skip_cleanup: true
script:
- yarn build
- yarn report-coverage
- yarn deploy-docs
- yarn semantic-release
- ls -la
# - yarn build
# - yarn report-coverage
# - yarn deploy-docs
# - yarn semantic-release

0 comments on commit d379787

Please sign in to comment.