We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935ad4d commit 0230ce7Copy full SHA for 0230ce7
1 file changed
.travis.yml
@@ -1,17 +1,13 @@
1
language: node_js
2
-notifications:
3
- email: false
4
-node_js:
5
- - node
6
-cache:
7
- directories:
8
- - ~/.npm
9
- - .jest
10
before_script:
11
- npm install -g npm@latest
12
before_install:
13
- - npm run env prod
+ - npm run
14
script:
15
- npm test
16
after_success:
17
- - coverage
+ - coverage
+notifications:
+ email:
+ recipients:
+ - sdk_developers@cloudinary.com
0 commit comments