1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-04 06:53:01 +02:00

Update .travis.yml

This commit is contained in:
koalyptus 2018-01-05 21:15:45 +11:00 committed by GitHub
parent be48c1e9a0
commit cba43c36b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,3 @@
language: node_js
node_js:
- '6.3.0'
before_script:
- npm install grunt-cli -g
- npm install codecov -g
script:
- npm test
- npm run codecov
- npm run deploy
branches:
only:
- master