diff --git a/.travis.yml b/.travis.yml index 5e9d953..e907fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,13 @@ cache: directories: - "node_modules" +stages: + - test + - name: deploy + if: branch = master + before_install: - - npm i -g mocha nyc \ No newline at end of file + - npm i -g mocha nyc + +deploy: + - provider: script