Skip to content

Commit

Permalink
feat(CI): Commit before this one says everything
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Nov 9, 2017
1 parent 70b18c3 commit 7cff6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ before_install:
- sh -e /etc/init.d/xvfb start

script:
- npm start && npm test
- npm test-cli
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.ts",
"scripts": {
"start": "create-ts-lib app && cd app && npm start",
"test": "cd app && npm test"
"test": "cd app && npm test",
"test-cli": "create-ts-lib app && cd app && npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7cff6db

Please sign in to comment.