Create .travis.yml

This commit is contained in:
IRSHAD PC 2017-11-26 13:31:23 +05:30 committed by GitHub
parent 7e24f79a95
commit 2a66abb25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
sudo: false
language: node_js
node_js:
- 8
cache:
directories:
- node_modules
install:
- yarn install
script:
- yarn test
notifications:
email:
on_success: never
on_failure: change