Skip to content

Prepare the library for relasing as a npm package #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 4, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove composer files
  • Loading branch information
manicki committed Oct 4, 2017
commit 017a35f5319a308ce59dd95a040f99fb2a920cc3
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*~
*.kate-swp

composer.phar
composer.lock

!.*
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ php:
before_script:
- nvm install 4
- npm install
- composer install

script:
- npm test
- composer test

notifications:
irc:
Expand All @@ -21,6 +19,3 @@ notifications:
template:
- "%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"

cache:
directories:
- $HOME/.composer/cache
45 changes: 0 additions & 45 deletions composer.json

This file was deleted.