Skip to content

Commit

Permalink
travis & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkis committed Feb 17, 2017
1 parent 6a2e3c8 commit a3e8715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "7"
script:
- npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"private": true,
"scripts": {
"postinstall": "lerna bootstrap"
"postinstall": "lerna bootstrap",
"test": "cd packages/prism-react && npm run test && cd ../prism-redux && npm run test"
},
"devDependencies": {
"lerna": "2.0.0-beta.36"
Expand Down

0 comments on commit a3e8715

Please sign in to comment.