This is an automated email from the ASF dual-hosted git repository.
brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git
The following commit(s) were added to refs/heads/master by this push:
new c104401 .travis.yml add spacing
c104401 is described below
commit c10440111a9b471612d0a8679c1cd530ce7a0616
Author: Christopher J. Brody <[email protected]>
AuthorDate: Mon Jun 18 21:17:29 2018 -0400
.travis.yml add spacing
---
.travis.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 25b631d..ec4c0ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,21 @@
language: node_js
sudo: false
+
git:
depth: 10
+
node_js:
- "6"
- "8"
- "10"
+
install:
- npm install
- npm install -g codecov
+
script:
- npm test
- npm run cover
+
after_script:
- codecov
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]