Skip to content

Commit

Permalink
feat(ci): update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Feb 1, 2018
1 parent eda819c commit 25e4cdc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -2,9 +2,10 @@ language: node_js
node_js:
- '8'
script:
- make init
- make packages-lint
- make packages-test
- make website-build
- make storybook-build
- make examples-build
- make init --no-print-directory
- make fmt-check --no-print-directory
- make packages-lint --no-print-directory
- make packages-test --no-print-directory
- make website-build --no-print-directory
- make storybook-build --no-print-directory
- make examples-build --no-print-directory

0 comments on commit 25e4cdc

Please sign in to comment.