Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jun 8, 2019
1 parent c826aef commit 2200bd4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 30 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
language: node_js
sudo: false
node_js:
- lts/*
- lts/*
notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
script:
- npm test
deploy:
provider: npm
email: [email protected]
api_key:
secure: lJb7KLkxChSSsGkaD9w9dwTGrR7a6oVbp6MUqVGyEWjoP1f3a3AG1gSjtGiywwDSOEmwGl5TwxOSQF475RMQzasB4eK8xgZggVeHEjBOu+wWTQaH6MSXJmM39kFkXYsFM6LK6FHVbcKAF+o7Tx2X6HF61PIz02bhvp836HTniWw=
on:
tags: true
all_branches: true
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "MIT",
"scripts": {
"build": "./scripts/build.sh",
"release": "./scripts/release.sh",
"lint": "$(npm bin)/standard",
"preversion": "npm run build",
"test": "npm run lint && npm run unit && npm run integration",
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js",
"integration": "$(npm bin)/mocha './src/*-integration.js' --reporter spec --require babel-register testutils.js"
Expand All @@ -23,7 +23,7 @@
"main": "dist/client",
"dependencies": {
"emailjs-base64": "^1.1.4",
"emailjs-tcp-socket": "^2.0.0",
"emailjs-tcp-socket": "^2.0.2",
"text-encoding": "^0.7.0",
"winston": "^3.2.1"
},
Expand All @@ -32,9 +32,9 @@
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"pre-commit": "^1.2.2",
"sinon": "^7.3.0",
"sinon": "^7.3.2",
"smtp-server": "^3.5.0",
"standard": "^12.0.1"
},
Expand Down
22 changes: 0 additions & 22 deletions scripts/release.sh

This file was deleted.

0 comments on commit 2200bd4

Please sign in to comment.