Skip to content

Commit

Permalink
Fixed the target directory while building the archives
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Aug 4, 2017
1 parent 5933f2d commit c745213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- yarn run install
script:
- yarn test
- zip -qr sro-ontology-manager.zip -x *.git* node_modules/\*
- zip -qr sro-ontology-manager.zip . -x *.git* node_modules/\*
after_success:
- yarn run coverage
deploy:
Expand Down

0 comments on commit c745213

Please sign in to comment.