Skip to content

Commit

Permalink
Merge pull request #40 from nextcloud/enhancement/travis
Browse files Browse the repository at this point in the history
Add Travis config
  • Loading branch information
ChristophWurst authored Sep 25, 2018
2 parents f5d2d8a + 1d13041 commit 644da46
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js
cache:
directories:
- node_modules
node_js:
- node
script:
- npm run build
branches:
only:
- master
deploy:
provider: npm
skip_cleanup: true
email: [email protected]
on:
tags: true
api_key:
secure: BxQxW2DfphS9IP2tjZhVQCPPlwvHIJVB4T8wOqQ8rExiQIEMDc5/7JNh5/R3HS1Vn4XT/wXTpa8Pnytqtnrcxv13qwj8BVfO2ccSHGG/mpYFRaVkJb2ov0THAydBh4ESWyxPmivCO3Xm9gyxjhWBJtBjBY/+I+NqCKLd6kVVF7PsnGb7Vl1VUcJ/0y2/81mw52TC3ZRdkLTOxGL6FhKCoHsK7UoSyh2d13Pw8IM+FTTCH2GIAAKUmsU/q0xzcZd3bZhy35X5tOdh/PB0IsvqUFodAPsZpl9g9sw7CQfgV0e3VdFo+p4lK8s8I5LHbJTlF0W9m5DVCghDJRTVuW5nhZWmPrdxEYV+ddqE29Hq1lORQSEKXWZnsrwxvhWsaykM4aLWr7KDh82KOewoR5fYLUxKHa6mKm2rFiZbwrurxWIJl8mkQGLhRnIgaJrSsRYjLOV3ljrrIrLDd43UlE4iN9OlgDZ93k+CNRkO/U+K1YJIflI9UNheyMTACtn/W7YwCGG7Uo27McGtZfafSOy3zcIthptMeAxRwDaGG9VGsxuXzpBoNTIb1iMlLV0K344E9SLmMngLZfgAkAidqCdzCRVPeBmy022oGC+fIy8sMSzNpSadzMeDK5jJx7wOA/hlBnqwNcyJFaEaZvdeQA1Pu/PWoRiNfGlsKljUlGX6krc=

0 comments on commit 644da46

Please sign in to comment.