Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
docs(Publish from travis):
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine committed Mar 1, 2016
1 parent 35a9c32 commit bb2e85a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
build
npm-debug.log
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cache:
- node_modules
script:
- npm run lint
- npm run test
- npm run test
- npm run publish

0 comments on commit bb2e85a

Please # to comment.