We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49941 commit 9bab910Copy full SHA for 9bab910
.travis.yml
@@ -12,7 +12,6 @@ cache:
12
13
before_install:
14
- "npm --version"
15
- - "npm install -g bower"
16
17
install:
18
- "npm install"
@@ -21,5 +20,3 @@ cache: yarn
21
20
22
script:
23
- npm test
24
-
25
package.json
@@ -11,8 +11,7 @@
11
"nodemailer": "^1.3.4"
},
"scripts": {
- "test": "karma start",
- "postinstall": "bower install"
+ "test": "karma start"
"repository": {
"type": "git",
0 commit comments