cordova-android/node_modules/cordova-common/.travis.yml
Christopher J. Brody 6758793f09 CB-14145 commit updated node_modules in 7.1.x only
(installed by npm@6.1.0)
2018-07-11 08:57:13 -04:00

18 lines
206 B
YAML

language: node_js
sudo: false
git:
depth: 10
node_js:
- "4"
- "6"
- "8"
- "10"
install:
- npm install
- npm install -g codecov
script:
- npm test
- npm run cover
after_script:
- codecov