diff --git a/.gitignore b/.gitignore index b7dab5e..bf8a8e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -build \ No newline at end of file +build +npm-debug.log \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 5a9c31b..4529069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ cache: - node_modules script: - npm run lint - - npm run test \ No newline at end of file + - npm run test + - npm run publish \ No newline at end of file