Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiheath committed Jun 7, 2020
1 parent 1ac3251 commit ad0e990
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# TODO: add deploy setting
# TODO: add badge
language: node_js
node_js: 12
cache:
yarn: true
npm: true

branches:
only:
- dev
- master

script:
# Immediate exit when error
- set -e

# Check code
- yarn lint

# Test by build
- yarn build

0 comments on commit ad0e990

Please sign in to comment.